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];		}	}}var preloadFlag = false;function preloadImages() {	if (document.images) {		header_03_over = newImage("img/header_03-over.gif");		header_05_over = newImage("img/header_05-over.gif");		header_06_over = newImage("img/header_06-over.gif");		header_07_over = newImage("img/header_07-over.gif");		header_08_over = newImage("img/header_08-over.gif");		header_09_over = newImage("img/header_09-over.gif");		header_10_over = newImage("img/header_10-over.gif");		header_11_over = newImage("img/header_11-over.gif");				iken_sub1_on	= newImage("img/iken_sub1_on.gif");		iken_sub2_on	= newImage("img/iken_sub2_on.gif");		iken_sub3_on	= newImage("img/iken_sub3_on.gif");		houhou_sub1_on	= newImage("img/houhou_sub1_on.gif");		houhou_sub2_on	= newImage("img/houhou_sub2_on.gif");		houhou_sub3_on	= newImage("img/houhou_sub3_on.gif");		houhou_sub4_on	= newImage("img/houhou_sub4_on.gif");		houhou_sub5_on	= newImage("img/houhou_sub5_on.gif");		houhou_sub6_on	= newImage("img/houhou_sub6_on.gif");		annai_sub1_on	= newImage("img/annai_sub1_on.gif");		annai_sub2_on	= newImage("img/annai_sub2_on.gif");		annai_sub3_on	= newImage("img/annai_sub3_on.gif");		annai_sub4_on	= newImage("img/annai_sub4_on.gif");		annai_sub5_on	= newImage("img/annai_sub5_on.gif");		moushikomi_sub1_on	= newImage("img/moushikomi_sub1_on.gif");		moushikomi_sub2_on	= newImage("img/moushikomi_sub2_on.gif");		moushikomi_sub3_on	= newImage("img/moushikomi_sub3_on.gif");		kaijou_sub1_on	= newImage("img/kaijou_sub1_on.gif");		kaijou_sub2_on	= newImage("img/kaijou_sub2_on.gif");		kaijou_sub3_on	= newImage("img/kaijou_sub3_on.gif");		kekka_sub1_on	= newImage("img/kekka_sub1_on.gif");		kekka_sub2_on	= newImage("img/kekka_sub2_on.gif");		kekka_sub3_on	= newImage("img/kekka_sub3_on.gif");		kekka_sub4_on	= newImage("img/kekka_sub4_on.gif");		riyou_sub1_on	= newImage("img/riyou_sub1_on.gif");		riyou_sub2_on	= newImage("img/riyou_sub2_on.gif");		riyou_sub3_on	= newImage("img/riyou_sub3_on.gif");		riyou_sub4_on	= newImage("img/riyou_sub4_on.gif");		riyou_sub5_on	= newImage("img/riyou_sub5_on.gif");				preloadFlag = true;	}}
