function CSClickReturn () {
 var bAgent = window.navigator.userAgent; 
 var bAppName = window.navigator.appName;
 if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
  return true; // dont follow link
 else return false; // dont follow link
}
function newImage(arg) {
 if (document.images) {
  rslt = new Image();
  rslt.src = arg;
  return rslt;
 }
}
function changeImages() {
 if (document.images && (preloadFlag == true)) {
  for (var i=0; i<changeImages.arguments.length; i+=2) {
   document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
  }
 }
}
CSStopExecution=false;
function CSAction(array) {return CSAction2(CSAct, array);}
function CSAction2(fct, array) { 
 var result;
 for (var i=0;i<array.length;i++) {
  if(CSStopExecution) return false; 
  var aa = fct[array[i]];
  if (aa == null) return false;
  var ta = new Array;
  for(var j=1;j<aa.length;j++) {
   if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){
    if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];}
    else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));}
    else ta[j]=aa[j];}
   } else ta[j]=aa[j];
  }   
  result=aa[0](ta);
 }
 return result;
}
CSAct = new Object;
function CSOpenWindow(action) {
 var wf = ""; 
 wf = wf + "width=" + action[3];
 wf = wf + ",height=" + action[4];
 wf = wf + ",resizable=" + (action[5] ? "yes" : "no");
 wf = wf + ",scrollbars=" + (action[6] ? "yes" : "no");
 wf = wf + ",menubar=" + (action[7] ? "yes" : "no");
 wf = wf + ",toolbar=" + (action[8] ? "yes" : "no");
 wf = wf + ",directories=" + (action[9] ? "yes" : "no");
 wf = wf + ",location=" + (action[10] ? "yes" : "no");
 wf = wf + ",status=" + (action[11] ? "yes" : "no");  
 window.open(action[1],action[2],wf);
}

var preloadFlag = false;
function preloadImages() {
 if (document.images) {
  over_iportbtn = newImage(/*URL*/'vol226/img/menu225_iportbtn_b.gif');
  over_pdfbtn01 = newImage(/*URL*/'top/menu_pdfbtn01_b.gif');
  over_Image16 = newImage(/*URL*/'top/menu_br_10.gif');
  over_hyoushi_mb_01 = newImage(/*URL*/'top/hyoushi_mb_01_b.gif');
  over_hyoushi_mb_02 = newImage(/*URL*/'top/hyoushi_mb_02_b.gif');
  over_hyoushi_mb_03 = newImage(/*URL*/'top/hyoushi_mb_03_b.gif');
  over_hyoushi_mb_05 = newImage(/*URL*/'top/hyoushi_mb_05_b.gif');
  over_hyoushi_mb_06 = newImage(/*URL*/'top/hyoushi_mb_06_b.gif');
  over_hyoushi_mb_07 = newImage(/*URL*/'top/hyoushi_mb_07_b.gif');
  over_hyoushi_mb_08 = newImage(/*URL*/'top/hyoushi_mb_08_b.gif');
  over_hyoushi_mb_09 = newImage(/*URL*/'top/hyoushi_mb_09_b.gif');
  over_hyoushi_mb_10 = newImage(/*URL*/'top/hyoushi_mb_10_b.gif');
  over_Image17 = newImage(/*URL*/'top/br_01.gif');
  over_Image18 = newImage(/*URL*/'top/br_02.gif');
  over_Image19 = newImage(/*URL*/'top/br_03.gif');
  over_Image20 = newImage(/*URL*/'top/br_04.gif');
  over_Image22 = newImage(/*URL*/'top/br_06.gif');
  over_Image23 = newImage(/*URL*/'top/br_07.gif');
  over_Image24 = newImage(/*URL*/'top/br_08.gif');
  over_Image26 = newImage(/*URL*/'top/br_05.gif');
  over_Image25 = newImage(/*URL*/'top/br_09.gif');
  preloadFlag = true;
 }
}
CSAct[/*CMP*/ 'BD6C82950'] = new Array(CSOpenWindow,/*URL*/ 'vol225/hyoushi.html','_blank',450,650,true,true,false,false,false,false,false);


function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

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_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}