/*______________________________________

  Copyright (C) 2006 fact All rights reserved.
  Script written by ueyamac.
______________________________________*/

function chageStageSize(arg){
document.getElementById('flash').style.height = arg;
};

function backStageSize(){
document.getElementById('flash').style.height = "100%";
};

function fullscreen(thePage){
var theWidth = screen.availWidth;
var theHeight = screen.availHeight;
window.open(thePage,"test01","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left=0,top=0,width="+theWidth+",height="+theHeight);
}

function full(){
window.open("simulation/index.html","test01","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left=0,top=0,width=600,height=600");
}