<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->

<!--
window.onload=function(){
　Layer1(document.getElementById('Layer1'),document.getElementById('lstd1'));
  Layer2(document.getElementById('Layer2'),document.getElementById('lstd2'));
  Layer2(document.getElementById('Layer3'),document.getElementById('lstd3'));
  Layer2(document.getElementById('Layer4'),document.getElementById('lstd4'));
  Layer2(document.getElementById('Layer5'),document.getElementById('lstd5'));
  Layer2(document.getElementById('Layer6'),document.getElementById('lstd6'));
  Layer2(document.getElementById('Layer7'),document.getElementById('lstd7'));
  Layer2(document.getElementById('Layer8'),document.getElementById('lstd8'));
  Layer2(document.getElementById('Layer9'),document.getElementById('lstd9'));
};

function Layer1(o,ot){
　ot.onmousedown=function(a){
　 var d=document;if(!a)a=window.event;
　 var x=a.layerX?a.layerX:a.offsetX,y=a.layerY?a.layerY:a.offsetY;
　if(ot.setCapture)
　　 o.setCapture();
　 else if(window.captureEvents)
　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);

　 d.onmousemove=function(a){
　　 if(!a)a=window.event;
　　 if(!a.pageX)a.pageX=a.clientX;
　　 if(!a.pageY)a.pageY=a.clientY;
　　 var tx=a.pageX-x,ty=a.pageY-y;
　　 o.style.left=tx;
　　 o.style.top=ty;
　 };

　 d.onmouseup=function(){
　　 if(o.releaseCapture)
　　　 o.releaseCapture();
　　else if(window.captureEvents)
　　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);
　　 d.onmousemove=null;
　　 d.onmouseup=null;
　};
　};
}
//-->


function closewin()
{
　//visibility: visible;
　if(document.getElementById('Layer1').style.visibility!="hidden")
　{
　　 document.getElementById('Layer1').style.visibility="hidden";
　 　document.getElementById('Layer1').style.left=((document.body.clientWidth-400)/2);
　　 document.getElementById('Layer1').style.top=170;
　}
}

function Layer2(o,ot){
　ot.onmousedown=function(a){
　 var d=document;if(!a)a=window.event;
　 var x=a.layerX?a.layerX:a.offsetX,y=a.layerY?a.layerY:a.offsetY;
　if(ot.setCapture)
　　 o.setCapture();
　 else if(window.captureEvents)
　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);

　 d.onmousemove=function(a){
　　 if(!a)a=window.event;
　　 if(!a.pageX)a.pageX=a.clientX;
　　 if(!a.pageY)a.pageY=a.clientY;
　　 var tx=a.pageX-x,ty=a.pageY-y;
　　 o.style.left=tx;
　　 o.style.top=ty;
　 };

　 d.onmouseup=function(){
　　 if(o.releaseCapture)
　　　 o.releaseCapture();
　　else if(window.captureEvents)
　　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);
　　 d.onmousemove=null;
　　 d.onmouseup=null;
　};
　};
}
//-->


function closewin1()
{
　//visibility: visible;
　if(document.getElementById('Layer2').style.visibility!="hidden")
　{
　　 document.getElementById('Layer2').style.visibility="hidden";
　 　document.getElementById('Layer2').style.left=((document.body.clientWidth-400)/2);
　　 document.getElementById('Layer2').style.top=170;
　}
}

function Layer3(o,ot){
　ot.onmousedown=function(a){
　 var d=document;if(!a)a=window.event;
　 var x=a.layerX?a.layerX:a.offsetX,y=a.layerY?a.layerY:a.offsetY;
　if(ot.setCapture)
　　 o.setCapture();
　 else if(window.captureEvents)
　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);

　 d.onmousemove=function(a){
　　 if(!a)a=window.event;
　　 if(!a.pageX)a.pageX=a.clientX;
　　 if(!a.pageY)a.pageY=a.clientY;
　　 var tx=a.pageX-x,ty=a.pageY-y;
　　 o.style.left=tx;
　　 o.style.top=ty;
　 };

　 d.onmouseup=function(){
　　 if(o.releaseCapture)
　　　 o.releaseCapture();
　　else if(window.captureEvents)
　　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);
　　 d.onmousemove=null;
　　 d.onmouseup=null;
　};
　};
}
//-->


function closewin2()
{
　//visibility: visible;
　if(document.getElementById('Layer3').style.visibility!="hidden")
　{
　　 document.getElementById('Layer3').style.visibility="hidden";
　 　document.getElementById('Layer3').style.left=((document.body.clientWidth-400)/2);
　　 document.getElementById('Layer3').style.top=170;
　}
}
<!--Layer4-->
function Layer4(o,ot){
　ot.onmousedown=function(a){
　 var d=document;if(!a)a=window.event;
　 var x=a.layerX?a.layerX:a.offsetX,y=a.layerY?a.layerY:a.offsetY;
　if(ot.setCapture)
　　 o.setCapture();
　 else if(window.captureEvents)
　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);

　 d.onmousemove=function(a){
　　 if(!a)a=window.event;
　　 if(!a.pageX)a.pageX=a.clientX;
　　 if(!a.pageY)a.pageY=a.clientY;
　　 var tx=a.pageX-x,ty=a.pageY-y;
　　 o.style.left=tx;
　　 o.style.top=ty;
　 };

　 d.onmouseup=function(){
　　 if(o.releaseCapture)
　　　 o.releaseCapture();
　　else if(window.captureEvents)
　　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);
　　 d.onmousemove=null;
　　 d.onmouseup=null;
　};
　};
}
//-->


function closewin3()
{
　//visibility: visible;
　if(document.getElementById('Layer4').style.visibility!="hidden")
　{
　　 document.getElementById('Layer4').style.visibility="hidden";
　 　document.getElementById('Layer4').style.left=((document.body.clientWidth-400)/2);
　　 document.getElementById('Layer4').style.top=170;
　}
}
<!--Layer4-->
<!--Layer5-->
function Layer5(o,ot){
　ot.onmousedown=function(a){
　 var d=document;if(!a)a=window.event;
　 var x=a.layerX?a.layerX:a.offsetX,y=a.layerY?a.layerY:a.offsetY;
　if(ot.setCapture)
　　 o.setCapture();
　 else if(window.captureEvents)
　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);

　 d.onmousemove=function(a){
　　 if(!a)a=window.event;
　　 if(!a.pageX)a.pageX=a.clientX;
　　 if(!a.pageY)a.pageY=a.clientY;
　　 var tx=a.pageX-x,ty=a.pageY-y;
　　 o.style.left=tx;
　　 o.style.top=ty;
　 };

　 d.onmouseup=function(){
　　 if(o.releaseCapture)
　　　 o.releaseCapture();
　　else if(window.captureEvents)
　　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);
　　 d.onmousemove=null;
　　 d.onmouseup=null;
　};
　};
}
//-->


function closewin4()
{
　//visibility: visible;
　if(document.getElementById('Layer5').style.visibility!="hidden")
　{
　　 document.getElementById('Layer5').style.visibility="hidden";
　 　document.getElementById('Layer5').style.left=((document.body.clientWidth-400)/2);
　　 document.getElementById('Layer5').style.top=170;
　}
}
<!--Layer5-->
<!--Layer6-->
function Layer6(o,ot){
　ot.onmousedown=function(a){
　 var d=document;if(!a)a=window.event;
　 var x=a.layerX?a.layerX:a.offsetX,y=a.layerY?a.layerY:a.offsetY;
　if(ot.setCapture)
　　 o.setCapture();
　 else if(window.captureEvents)
　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);

　 d.onmousemove=function(a){
　　 if(!a)a=window.event;
　　 if(!a.pageX)a.pageX=a.clientX;
　　 if(!a.pageY)a.pageY=a.clientY;
　　 var tx=a.pageX-x,ty=a.pageY-y;
　　 o.style.left=tx;
　　 o.style.top=ty;
　 };

　 d.onmouseup=function(){
　　 if(o.releaseCapture)
　　　 o.releaseCapture();
　　else if(window.captureEvents)
　　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);
　　 d.onmousemove=null;
　　 d.onmouseup=null;
　};
　};
}
//-->


function closewin5()
{
　//visibility: visible;
　if(document.getElementById('Layer6').style.visibility!="hidden")
　{
　　 document.getElementById('Layer6').style.visibility="hidden";
　 　document.getElementById('Layer6').style.left=((document.body.clientWidth-400)/2);
　　 document.getElementById('Layer6').style.top=170;
　}
}
<!--Layer6-->
<!--Layer7-->
function Layer7(o,ot){
　ot.onmousedown=function(a){
　 var d=document;if(!a)a=window.event;
　 var x=a.layerX?a.layerX:a.offsetX,y=a.layerY?a.layerY:a.offsetY;
　if(ot.setCapture)
　　 o.setCapture();
　 else if(window.captureEvents)
　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);

　 d.onmousemove=function(a){
　　 if(!a)a=window.event;
　　 if(!a.pageX)a.pageX=a.clientX;
　　 if(!a.pageY)a.pageY=a.clientY;
　　 var tx=a.pageX-x,ty=a.pageY-y;
　　 o.style.left=tx;
　　 o.style.top=ty;
　 };

　 d.onmouseup=function(){
　　 if(o.releaseCapture)
　　　 o.releaseCapture();
　　else if(window.captureEvents)
　　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);
　　 d.onmousemove=null;
　　 d.onmouseup=null;
　};
　};
}
//-->


function closewin6()
{
　//visibility: visible;
　if(document.getElementById('Layer7').style.visibility!="hidden")
　{
　　 document.getElementById('Layer7').style.visibility="hidden";
　 　document.getElementById('Layer7').style.left=((document.body.clientWidth-400)/2);
　　 document.getElementById('Layer7').style.top=170;
　}
}
<!--Layer7-->
<!--Layer8-->
function Layer8(o,ot){
　ot.onmousedown=function(a){
　 var d=document;if(!a)a=window.event;
　 var x=a.layerX?a.layerX:a.offsetX,y=a.layerY?a.layerY:a.offsetY;
　if(ot.setCapture)
　　 o.setCapture();
　 else if(window.captureEvents)
　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);

　 d.onmousemove=function(a){
　　 if(!a)a=window.event;
　　 if(!a.pageX)a.pageX=a.clientX;
　　 if(!a.pageY)a.pageY=a.clientY;
　　 var tx=a.pageX-x,ty=a.pageY-y;
　　 o.style.left=tx;
　　 o.style.top=ty;
　 };

　 d.onmouseup=function(){
　　 if(o.releaseCapture)
　　　 o.releaseCapture();
　　else if(window.captureEvents)
　　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);
　　 d.onmousemove=null;
　　 d.onmouseup=null;
　};
　};
}
//-->


function closewin7()
{
　//visibility: visible;
　if(document.getElementById('Layer8').style.visibility!="hidden")
　{
　　 document.getElementById('Layer8').style.visibility="hidden";
　 　document.getElementById('Layer8').style.left=((document.body.clientWidth-400)/2);
　　 document.getElementById('Layer8').style.top=170;
　}
}
<!--Layer8-->
<!--Layer9-->
function Layer9(o,ot){
　ot.onmousedown=function(a){
　 var d=document;if(!a)a=window.event;
　 var x=a.layerX?a.layerX:a.offsetX,y=a.layerY?a.layerY:a.offsetY;
　if(ot.setCapture)
　　 o.setCapture();
　 else if(window.captureEvents)
　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);

　 d.onmousemove=function(a){
　　 if(!a)a=window.event;
　　 if(!a.pageX)a.pageX=a.clientX;
　　 if(!a.pageY)a.pageY=a.clientY;
　　 var tx=a.pageX-x,ty=a.pageY-y;
　　 o.style.left=tx;
　　 o.style.top=ty;
　 };

　 d.onmouseup=function(){
　　 if(o.releaseCapture)
　　　 o.releaseCapture();
　　else if(window.captureEvents)
　　　 window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP);
　　 d.onmousemove=null;
　　 d.onmouseup=null;
　};
　};
}
//-->


function closewin8()
{
　//visibility: visible;
　if(document.getElementById('Layer9').style.visibility!="hidden")
　{
　　 document.getElementById('Layer9').style.visibility="hidden";
　 　document.getElementById('Layer9').style.left=((document.body.clientWidth-400)/2);
　　 document.getElementById('Layer9').style.top=170;
　}
}
<!--Layer9-->
