var navAge = navigator.userAgent
var browserVer = navigator.appVersion.charAt(0);
var myCount = 0;
var roadFlag = 0;
var currentPage = "blank";

if (browserVer >= 3) {
	main_1_on = new Image();
	main_1_on.src = "./themes/kaats/images/bu_main_1_g.gif";
	main_1_off = new Image();
	main_1_off.src = "./themes/kaats/images/bu_main_1_n.gif";
	//
	main_2_on = new Image();
	main_2_on.src = "./themes/kaats/images/bu_main_2_g.gif";
	main_2_off = new Image();
	main_2_off.src = "./themes/kaats/images/bu_main_2_n.gif";
	//
	main_3_on = new Image();
	main_3_on.src = "./themes/kaats/images/bu_main_3_g.gif";
	main_3_off = new Image();
	main_3_off.src = "./themes/kaats/images/bu_main_3_n.gif";
	//
	main_4_on = new Image();
	main_4_on.src = "./themes/kaats/images/bu_main_4_g.gif";
	main_4_off = new Image();
	main_4_off.src = "./themes/kaats/images/bu_main_4_n.gif";
	//
	main_5_on = new Image();
	main_5_on.src = "./themes/kaats/images/bu_main_5_g.gif";
	main_5_off = new Image();
	main_5_off.src = "./themes/kaats/images/bu_main_5_n.gif";
	//
	main_6_on = new Image();
	main_6_on.src = "./themes/kaats/images/bu_main_6_g.gif";
	main_6_off = new Image();
	main_6_off.src = "./themes/kaats/images/bu_main_6_n.gif";
	//
	tab_home_on = new Image();
	tab_home_on.src = "./themes/kaats/images/bu_tab_1_g.gif";
	tab_home_off = new Image();
	tab_home_off.src = "./themes/kaats/images/bu_tab_1_n.gif";
	//
	tab_support_on = new Image();
	tab_support_on.src = "./themes/kaats/images/bu_tab_2_g.gif";
	tab_support_off = new Image();
	tab_support_off.src = "./themes/kaats/images/bu_tab_2_n.gif";
	//
	tab_blog_on = new Image();
	tab_blog_on.src = "./themes/kaats/images/bu_tab_3_g.gif";
	tab_blog_off = new Image();
	tab_blog_off.src = "./themes/kaats/images/bu_tab_3_n.gif";
	//
	tab_otoiawase_on = new Image();
	tab_otoiawase_on.src = "./themes/kaats/images/bu_tab_4_g.gif";
	tab_otoiawase_off = new Image();
	tab_otoiawase_off.src = "./themes/kaats/images/bu_tab_4_n.gif";
	//
}

function actOn(imgName)  {
	if (browserVer >= 3)   {
		onImg = eval(imgName + "_on.src");
		document [imgName].src = onImg;
	}
}

function actOff(imgName)   {
	if (browserVer >= 3) {
		offImg = eval(imgName + "_off.src");
		document [imgName].src = offImg;
	}
}


/*ショップリストで県を選択する*/
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  /* if (restore) selObj.selectedIndex=0; */
}

function MM_jumpMenuGo(selName,targ,restore){ //v3.0
  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}

//お問い合わせ//
function openContact(){
	window.open('http://s-zenoah.co.jp/toi/kaats.html','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=550,height=480');
	}
	
//小窓OPEN//
var NewWin=null;
		function openWindow(src, winName, wid, hi){
			if(top.browser=="explorer"){
				NewWin=window.open(src,winName,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+wid+',height='+hi+'');
				NewWin.moveTo(0,0);
			}else{
				NewWin=window.open(src,winName,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+wid+' ,height='+hi+'');
				NewWin.moveTo(0,0);
				}
		}
		
//インフォメーション//
function openInfo(){
	window.open('http://s-zenoah.co.jp/kaats/info.html','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=450,height=450');
	}
	
