head01_on = new Image();
head01_on.src = "/images/basis_tour/head01_on.gif";
head01_off= new Image();
head01_off.src= "/images/basis_tour/head01_off.gif";

head02_on = new Image();
head02_on.src = "/images/basis_tour/head02_on.gif";
head02_off= new Image();
head02_off.src= "/images/basis_tour/head02_off.gif";

head03_on = new Image();
head03_on.src = "/images/basis_tour/head03_on.gif";
head03_off= new Image();
head03_off.src= "/images/basis_tour/head03_off.gif";

head04_on = new Image();
head04_on.src = "/images/basis_tour/head04_on.gif";
head04_off= new Image();
head04_off.src= "/images/basis_tour/head04_off.gif";

head05_on = new Image();
head05_on.src = "/images/basis_tour/head05_on.gif";
head05_off= new Image();
head05_off.src= "/images/basis_tour/head05_off.gif";

head06_on = new Image();
head06_on.src = "/images/basis_tour/head06_on.gif";
head06_off= new Image();
head06_off.src= "/images/basis_tour/head06_off.gif";

head07_on = new Image();
head07_on.src = "/images/basis_tour/head07_on.gif";
head07_off= new Image();
head07_off.src= "/images/basis_tour/head07_off.gif";

head08_on = new Image();
head08_on.src = "/images/basis_tour/head08_on.gif";
head08_off= new Image();
head08_off.src= "/images/basis_tour/head08_off.gif";


bu01_on = new Image();
bu01_on.src = "/images/basis_tour/bu01_on.gif";
bu01_off= new Image();
bu01_off.src= "/images/basis_tour/bu01_off.gif";

bu02_on = new Image();
bu02_on.src = "/images/basis_tour/bu02_on.gif";
bu02_off= new Image();
bu02_off.src= "/images/basis_tour/bu02_off.gif";

bu03_on = new Image();
bu03_on.src = "/images/basis_tour/bu03_on.gif";
bu03_off= new Image();
bu03_off.src= "/images/basis_tour/bu03_off.gif";

bu04_on = new Image();
bu04_on.src = "/images/basis_tour/bu04_on.gif";
bu04_off= new Image();
bu04_off.src= "/images/basis_tour/bu04_off.gif";

bu05_on = new Image();
bu05_on.src = "/images/basis_tour/bu05_on.gif";
bu05_off= new Image();
bu05_off.src= "/images/basis_tour/bu05_off.gif";

bu06_on = new Image();
bu06_on.src = "/images/basis_tour/bu06_on.gif";
bu06_off= new Image();
bu06_off.src= "/images/basis_tour/bu06_off.gif";

bu07_on = new Image();
bu07_on.src = "/images/basis_tour/bu07_on.gif";
bu07_off= new Image();
bu07_off.src= "/images/basis_tour/bu07_off.gif";

bu08_on = new Image();
bu08_on.src = "/images/basis_tour/bu08_on.gif";
bu08_off= new Image();
bu08_off.src= "/images/basis_tour/bu08_off.gif";


footer_bu01_on = new Image();
footer_bu01_on.src = "/images/basis_tour/footer_bu01_on.gif";
footer_bu01_off= new Image();
footer_bu01_off.src= "/images/basis_tour/footer_bu01_off.gif";

footer_bu02_on = new Image();
footer_bu02_on.src = "/images/basis_tour/footer_bu02_on.gif";
footer_bu02_off= new Image();
footer_bu02_off.src= "/images/basis_tour/footer_bu02_off.gif";

footer_bu03_on = new Image();
footer_bu03_on.src = "/images/basis_tour/footer_bu03_on.gif";
footer_bu03_off= new Image();
footer_bu03_off.src= "/images/basis_tour/footer_bu03_off.gif";

footer_bu04_on = new Image();
footer_bu04_on.src = "/images/basis_tour/footer_bu04_on.gif";
footer_bu04_off= new Image();
footer_bu04_off.src= "/images/basis_tour/footer_bu04_off.gif";

footer_bu05_on = new Image();
footer_bu05_on.src = "/images/basis_tour/footer_bu05_on.gif";
footer_bu05_off= new Image();
footer_bu05_off.src= "/images/basis_tour/footer_bu05_off.gif";

footer_bu06_on = new Image();
footer_bu06_on.src = "/images/basis_tour/footer_bu06_on.gif";
footer_bu06_off= new Image();
footer_bu06_off.src= "/images/basis_tour/footer_bu06_off.gif";

footer_bu07_on = new Image();
footer_bu07_on.src = "/images/basis_tour/footer_bu07_on.gif";
footer_bu07_off= new Image();
footer_bu07_off.src= "/images/basis_tour/footer_bu07_off.gif";

footer_bu08_on = new Image();
footer_bu08_on.src = "/images/basis_tour/footer_bu08_on.gif";
footer_bu08_off= new Image();
footer_bu08_off.src= "/images/basis_tour/footer_bu08_off.gif";


bu_login_on = new Image();
bu_login_on.src = "/images/basis_tour/bu_login_on.gif";
bu_login_off= new Image();
bu_login_off.src= "/images/basis_tour/bu_login_off.gif";

bu_logout_on = new Image();
bu_logout_on.src = "/images/basis_tour/bu_logout_on.gif";
bu_logout_off= new Image();
bu_logout_off.src= "/images/basis_tour/bu_logout_off.gif";



function imgRoll(imgDocID, mouseMov) {
	if ( mouseMov == "in" ) {
		document.images[imgDocID].src = eval(imgDocID + "_on.src");
	}
	if ( mouseMov == "out" ) {
		document.images[imgDocID].src = eval(imgDocID + "_off.src");
	}
}

function imgRoll(imgDocID, mouseMov) {
	if ( mouseMov == "in" ) {
		document.images[imgDocID].src = eval(imgDocID + "_on.src");
	}
	if ( mouseMov == "out" ) {
		document.images[imgDocID].src = eval(imgDocID + "_off.src");
	}
}
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_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_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}

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_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];}
}
