<!--
function makeRemote(jump) {
        remote = window.open((jump),"", "location=no,status=yes,scrollbars=yes,width=775,height=600,scrollbars");
     }


RefHref1="";
function RefOpen(RefHref1){
var RefWin=window.open(RefHref1,'RefWin1','location=no,status=yes,scrollbars=yes,width=775,height=600');
if(navigator.appVersion.charAt(0)==2){RefWin=window.open(RefHref1,'RefWin1','location=no,status=yes,scrollbars=yes,width=775,height=600')};
if(navigator.appVersion.charAt(0)>=3){RefWin.focus()}};

//D15用
var HELPWin=null;//サブウインドウ
var HELPHref1="";//読み込むページ
function HelpWinOpen(HELPHref1,WinNo,W,H){
HELPWin=window.open(HELPHref1,WinNo,'location=no,status=yes,scrollbars=yes,width='+W+',height='+H+'');

//N2.0バグ回避用リピート
if(navigator.appVersion.charAt(0)==2){
HELPWin=window.open(HELPHref1,WinNo,'location=no,status=yes,scrollbars=yes,width='+W+',height='+H+'');}

//サブウインドウが開いたとき前面へフォーカスする。NN3.0~
if(navigator.appVersion.charAt(0)>=3){HELPWin.focus()}
};


                   
function getW(){ 
if (document.all){ w = document.body.clientWidth;
	}else{w = window.innerWidth;
	}
WIDTH = (w-794)/2;
}

function submn(){
	if(document.layers){
		if(WIDTH<0) {//NN
			document.layers["dmtop"].left = 500;
			document.layers["dmleft"].left = 349;
			document.layers["dmbtm"].left = 349;
			document.layers["dm1"].left = 349;
			document.layers["dm2"].left = 50;
			document.layers["sub01"].left = 359;
			document.layers["sub02"].left = 512;

		}else{
			 document.layers["dmtop"].left = WIDTH+500;
			 document.layers["dmleft"].left = WIDTH+349;
			 document.layers["dmbtm"].left = WIDTH+349;
			 document.layers["dm1"].left = WIDTH+349;
			 document.layers["dm2"].left = WIDTH+349;
			 document.layers["sub01"].left = WIDTH+349;
			 document.layers["sub02"].left = WIDTH+512;
		}
	}
	if(document.all){
		if(WIDTH<0){//IE
			document.all.dmtop.style.pixelLeft = 300;
			document.all.dmleft.style.pixelLeft = 60;
			document.all.dmbtm.style.pixelLeft = 60;
			document.all.dm1.style.pixelLeft = 50;
			document.all.dm2.style.pixelLeft = 50;			
			document.all.sub01.style.pixelLeft = 349;
			document.all.sub02.style.pixelLeft = 512;
		}else{
			document.all.dmtop.style.pixelLeft = WIDTH+500;
			document.all.dmleft.style.pixelLeft = WIDTH+60;
			document.all.dmbtm.style.pixelLeft = WIDTH+60;
			document.all.dm1.style.pixelLeft = WIDTH+50;
			document.all.dm2.style.pixelLeft = WIDTH+50;
			document.all.sub01.style.pixelLeft = WIDTH+349;
			document.all.sub02.style.pixelLeft = WIDTH+512;

		}
	}
	if(!document.all && document.getElementById) {
	if(WIDTH<0){

		document.getElementById( "dmtop" ).style.left = 300;
		document.getElementById( "dmleft" ).style.left = 50;
		document.getElementById( "dmbtm" ).style.left = 50;
		document.getElementById( "dm1" ).style.left = 50;
		document.getElementById( "dm2" ).style.left = 50;
		document.getElementById( "sub01" ).style.left = 349;
		document.getElementById( "sub02" ).style.left = 349;


		}else{
			document.getElementById( "dmtop" ).style.left = WIDTH+300;
			document.getElementById( "dmleft" ).style.left = WIDTH+50;
			document.getElementById( "dmbtm" ).style.left = WIDTH+50;
			document.getElementById( "dm1" ).style.left = WIDTH+50;
		document.getElementById( "dm2" ).style.left = 50;
			document.getElementById( "sub01" ).style.left = WIDTH+349;
		document.getElementById( "sub02" ).style.left = 349;
		}
	}
}

//-->
