<!--////get myUrlif(location.href.indexOf("http") > 0){	var myUrl_split_s = location.href.indexOf("http");}else if(location.href.indexOf("file") > 0){	var myUrl_split_s = location.href.indexOf("file");}var myUrl_split_e = location.href.indexOf("kikan.html");var myUrl = location.href.substring(myUrl_split_s,myUrl_split_e);//--><!--////RollOver Imagesif (document.images) {		hn01off = new Image();   hn01off.src = "../img/h_navi011.gif";		hn02off = new Image();   hn02off.src = "../img/h_navi021.gif";		hn03off = new Image();   hn03off.src = "../img/h_navi031.gif";		hn01on = new Image();   hn01on.src = myUrl+"../img/h_navi012.gif";		hn02on = new Image();   hn02on.src = myUrl+"../img/h_navi022.gif";		hn03on = new Image();   hn03on.src = myUrl+"../img/h_navi032.gif";		n01off = new Image();   n01off.src = myUrl+"../img/d_navi011.gif";		n02off = new Image();   n02off.src = myUrl+"../img/d_navi021.gif";		n03off = new Image();   n03off.src = myUrl+"../img/d_navi031.gif";		n04off = new Image();   n04off.src = myUrl+"../img/d_navi041.gif";		n05off = new Image();   n05off.src = myUrl+"../img/d_navi051.gif";		n01on = new Image();   n01on.src = myUrl+"../img/d_navi012.gif";		n02on = new Image();   n02on.src = myUrl+"../img/d_navi022.gif";		n03on = new Image();   n03on.src = myUrl+"../img/d_navi032.gif";		n04on = new Image();   n04on.src = myUrl+"../img/d_navi042.gif";		n05on = new Image();   n05on.src = myUrl+"../img/d_navi052.gif";		more_ron = new Image();   more_ron.src = myUrl+"../img/more_r2.gif";		more_lon = new Image();   more_lon.src = myUrl+"../img/more_l2.gif";		more_roff = new Image();   more_roff.src = myUrl+"../img/more_r1.gif";		more_loff = new Image();   more_loff.src = myUrl+"../img/more_l1.gif";		k_prev_1on = new Image();   k_prev_1on.src = myUrl+"../img/kikan_prev02.gif";		k_next_1on = new Image();   k_next_1on.src = myUrl+"../img/kikan_next02.gif";		k_prev_2on = k_prev_1on;		k_next_2on = k_next_1on;		k_prev_1off = new Image();   k_prev_1off.src = myUrl+"../img/kikan_prev01.gif";		k_next_1off = new Image();   k_next_1off.src = myUrl+"../img/kikan_next01.gif";		k_prev_2off = k_prev_1off;		k_next_2off = k_next_1off;		d_prevon = new Image();   d_prevon.src = myUrl+"../img/d_arrow_prev02.gif";		d_nexton = new Image();   d_nexton.src = myUrl+"../img/d_arrow_next02.gif";		d_closeon = new Image();   d_closeon.src = myUrl+"../img/d_close02.gif";		d_prevoff = new Image();   d_prevoff.src = myUrl+"../img/d_arrow_prev01.gif";		d_nextoff = new Image();   d_nextoff.src = myUrl+"../img/d_arrow_next01.gif";		d_closeoff = new Image();   d_closeoff.src = myUrl+"../img/d_close01.gif";		d_amazonon = new Image();   d_amazonon.src = myUrl+"../img/os_amazon02.gif";		d_yamatoon = new Image();   d_yamatoon.src = myUrl+"../img/os_yamato02.gif";		d_rakutenon = new Image();   d_rakutenon.src = myUrl+"../img/os_rakuten02.gif";		d_amazonoff = new Image();   d_amazonoff.src = myUrl+"../img/os_amazon01.gif";		d_yamatooff = new Image();   d_yamatooff.src = myUrl+"../img/os_yamato01.gif";		d_rakutenoff = new Image();   d_rakutenoff.src = myUrl+"../img/os_rakuten01.gif";		ireruon = new Image();   ireruon.src = myUrl+"../img/sc_ireru1.gif";		miruon = new Image();   miruon.src = myUrl+"../img/sc_miru1.gif";		ireruoff = new Image();   ireruoff.src = myUrl+"../img/sc_ireru2.gif";		miruoff = new Image();   miruoff.src = myUrl+"../img/sc_miru2.gif";		l_coon = new Image();  l_coon.src = myUrl+"../img/l_sbm_co03.gif";		l_cooff = new Image();  l_cooff.src = myUrl+"../img/l_sbm_co01.gif";}function imgOn(imgName) {		if (document.images) {				document[imgName].src = eval(imgName + "on.src");		}}function imgOff(imgName) {		if (document.images) {				document[imgName].src = eval(imgName + "off.src");		}}//--><!--////NN4用にResize時にReloadするreloadCnt = 0;function MyReload(){	if(document.layers) {		var appVer = navigator.appVersion;		reloadCnt ++;		if( appVer.indexOf("Macintosh") != -1	||			appVer.indexOf("4.0") == -1			||			( appVer.indexOf("4.0") != -1 && reloadCnt > 2 )		) {			reloadCnt = 0;			location.reload();		}	}}//-->