// 摜ǂ
var ImgList	= new Array();
ImgList[0]	= '/img/jp_map_01.gif';
ImgList[1]	= '/img/jp_map_02.gif';
ImgList[2]	= '/img/jp_map_03.gif';
ImgList[3]	= '/img/jp_map_04.gif';
ImgList[4]	= '/img/jp_map_01.gif';
ImgList[5]	= '/img/jp_map_05.gif';
ImgList[6]	= '/img/jp_map_06.gif';
ImgList[7]	= '/img/world_map_01.gif';
ImgList[8]	= '/img/world_map_02.gif';
ImgList[9]	= '/img/world_map_03.gif';
ImgList[10]	= '/img/world_map_04.gif';
ImgList[11]	= '/img/world_map_05.gif';
ImgList[12]	= '/img/world_map_06.gif';
ImgList[13]	= '/img/world_map_07.gif';
ImgList[14]	= '/img/world_map_08.gif';
ImgList[15]	= '/img/world_map_09.gif';
ImgList[16]	= '/img/world_map_10.gif';
ImgList[17]	= '/img/world_map_11.gif';
ImgList[18]	= '/img/headmenu_bg_on.gif';

var ImgObj   = new Array();
for(i = 0; i <= ImgList.length; i++){
	ImgObj[i]	= new Image();
	ImgObj[i].src	= ImgList[0];
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

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_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_changeProp(objName,x,theProp,theValue) { //v6.0
  var obj = MM_findObj(objName);
  if (obj && (theProp.indexOf("style.")==-1 || obj.style)){
    if (theValue == true || theValue == false)
      eval("obj."+theProp+"="+theValue);
    else eval("obj."+theProp+"='"+theValue+"'");
  }
}
