		<!--to hide script contents from old browsers
		/*CacheImage*/
		if(document.images) {

			webcatalogoff = new Image();
			webcatalogoff.src="imgs/top/webcatalog.gif";
			webcatalogon = new Image();
			webcatalogon.src="imgs/top/webcatalog_over.gif";
			
			impressionoff = new Image();
			impressionoff.src="imgs/top/impression.gif";
			impressionon = new Image();
			impressionon.src="imgs/top/impression_over.gif";
			
			impression2off = new Image();
			impression2off.src="imgs/top/impression2.gif";
			impression2on = new Image();
			impression2on.src="imgs/top/impression2_over.gif";

			technicalnoteoff = new Image();
			technicalnoteoff.src="imgs/top/technicalnote.gif";
			technicalnoteon = new Image();
			technicalnoteon.src="imgs/top/technicalnote_over.gif";
			
			enter1off = new Image();
			enter1off.src="http://www.subaru-sti.co.jp/s204/imgs/top/enter.gif";
			enter1on = new Image();
			enter1on.src="http://www.subaru-sti.co.jp/s204/imgs/top/enter_over.gif";
			
			enter2off = new Image();
			enter2off.src="http://www.subaru-sti.co.jp/s204/imgs/top/enter.gif";
			enter2on = new Image();
			enter2on.src="http://www.subaru-sti.co.jp/s204/imgs/top/enter_over.gif";
						
			enter3off = new Image();
			enter3off.src="http://www.subaru-sti.co.jp/s204/imgs/top/enter.gif";
			enter3on = new Image();
			enter3on.src="http://www.subaru-sti.co.jp/s204/imgs/top/enter_over.gif";
			
			enter4off = new Image();
			enter4off.src="http://www.subaru-sti.co.jp/s204/imgs/top/enter.gif";
			enter4on = new Image();
			enter4on.src="http://www.subaru-sti.co.jp/s204/imgs/top/enter_over.gif";
			
			foot_02off = new Image();
			foot_02off.src="http://www.subaru-sti.co.jp/s204/common/imgs/foot_02.gif";
			foot_02on = new Image();
			foot_02on.src="http://www.subaru-sti.co.jp/s204/common/imgs/foot_02_over.gif";
			
			foot_03off = new Image();
			foot_03off.src="http://www.subaru-sti.co.jp/s204/common/imgs/foot_03.gif";
			foot_03on = new Image();
			foot_03on.src="http://www.subaru-sti.co.jp/s204/common/imgs/foot_03_over.gif";
			
			foot_04off = new Image();
			foot_04off.src="http://www.subaru-sti.co.jp/s204/common/imgs/foot_04.gif";
			foot_04on = new Image();
			foot_04on.src="http://www.subaru-sti.co.jp/s204/common/imgs/foot_04_over.gif";
			
			foot_05off = new Image();
			foot_05off.src="http://www.subaru-sti.co.jp/s204/common/imgs/foot_05.gif";
			foot_05on = new Image();
			foot_05on.src="http://www.subaru-sti.co.jp/s204/common/imgs/foot_05_over.gif";
			
			foot_08off = new Image();
			foot_08off.src="http://www.subaru-sti.co.jp/s204/common/imgs/foot_08.gif";
			foot_08on = new Image();
			foot_08on.src="http://www.subaru-sti.co.jp/s204/common/imgs/foot_08_over.gif";
			
			foot_10off = new Image();
			foot_10off.src="http://www.subaru-sti.co.jp/s204/common/imgs/foot_10.gif";
			foot_10on = new Image();
			foot_10on.src="http://www.subaru-sti.co.jp/s204/common/imgs/foot_10_over.gif";

		}

		imgId4 ="";
		stayId4 ="";
		function imgChanges_h(imgName,imgState) {
			if(document.images) {
				stringId0 = imgName.substring(0,5);
				stringId4 = imgName.substring(5,7);
				if((stringId0 == "head_") && (stringId4 == imgId4)){
					document[imgName].src = eval(imgName + "on" + ".src");
				} else {
					document[imgName].src = eval(imgName + imgState + ".src");
				}
			}
		}

		function stayheadMenu(stayId4){
			imgChanges_h("head_" + stayId4,"on");
			imgId4 = stayId4;
		}
		// end hiding contents from old browsers  -->