if (document.images) {	var menuon= new Array(17);	menuon[0] = new Image(1,1);		menuon[0].src = "/jpn/images/spacer.gif";	menuon[1] = new Image(171, 25);	menuon[1].src = "/jpn/sponsorship/images/sp01_menu_o_01.gif";	menuon[2] = new Image(171, 36);	menuon[2].src = "/jpn/sponsorship/images/sp01_menu_o_02.gif";	menuon[3] = new Image(171, 36);	menuon[3].src = "/jpn/sponsorship/images/sp01_menu_o_03.gif";	menuon[4] = new Image(171, 36);	menuon[4].src = "/jpn/sponsorship/images/sp01_menu_o_04.gif";	menuon[5] = new Image(171, 36);	menuon[5].src = "/jpn/sponsorship/images/sp01_menu_o_05.gif";	menuon[6] = new Image(171, 36);	menuon[6].src = "/jpn/sponsorship/images/sp01_menu_o_06.gif";	menuon[7] = new Image(171, 36);	menuon[7].src = "/jpn/sponsorship/images/sp01_menu_o_07.gif";	menuon[8] = new Image(171, 36);	menuon[8].src = "/jpn/sponsorship/images/sp01_menu_o_08.gif";	menuon[9] = new Image(171, 36);	menuon[9].src = "/jpn/sponsorship/images/sp01_menu_o_09.gif";	menuon[10] = new Image(171, 36);	menuon[10].src = "/jpn/sponsorship/images/sp01_menu_o_10.gif";	menuon[11] = new Image(171, 36);	menuon[11].src = "/jpn/sponsorship/images/sp01_menu_o_11.gif";	menuon[12] = new Image(171, 36);	menuon[12].src = "/jpn/sponsorship/images/sp02_menu_o_01.gif";	menuon[13] = new Image(171, 36);	menuon[13].src = "/jpn/sponsorship/images/sp02_menu_o_02.gif";	menuon[14] = new Image(171, 36);	menuon[14].src = "/jpn/sponsorship/images/sp02_menu_o_03.gif";	menuon[15] = new Image(171, 36);	menuon[15].src = "/jpn/sponsorship/images/sp02_menu_o_04.gif";	menuon[16] = new Image(171, 36);	menuon[16].src = "/jpn/sponsorship/images/sp02_menu_o_05.gif";	var menuoff= new Array(17);	menuoff[0] = new Image(1,1);		menuoff[0].src = "/jpn/images/spacer.gif";	menuoff[1] = new Image(171, 25);	menuoff[1].src = "/jpn/sponsorship/images/sp01_menu_d_01.gif";	menuoff[2] = new Image(171, 36);	menuoff[2].src = "/jpn/sponsorship/images/sp01_menu_d_02.gif";	menuoff[3] = new Image(171, 36);	menuoff[3].src = "/jpn/sponsorship/images/sp01_menu_d_03.gif";	menuoff[4] = new Image(171, 36);	menuoff[4].src = "/jpn/sponsorship/images/sp01_menu_d_04.gif";	menuoff[5] = new Image(171, 36);	menuoff[5].src = "/jpn/sponsorship/images/sp01_menu_d_05.gif";	menuoff[6] = new Image(171, 36);	menuoff[6].src = "/jpn/sponsorship/images/sp01_menu_d_06.gif";	menuoff[7] = new Image(171, 36);	menuoff[7].src = "/jpn/sponsorship/images/sp01_menu_d_07.gif";	menuoff[8] = new Image(171, 36);	menuoff[8].src = "/jpn/sponsorship/images/sp01_menu_d_08.gif";	menuoff[9] = new Image(171, 36);	menuoff[9].src = "/jpn/sponsorship/images/sp01_menu_d_09.gif";	menuoff[10] = new Image(171, 36);	menuoff[10].src = "/jpn/sponsorship/images/sp01_menu_d_10.gif";	menuoff[11] = new Image(171, 36);	menuoff[11].src = "/jpn/sponsorship/images/sp01_menu_d_11.gif";	menuoff[12] = new Image(171, 36);	menuoff[12].src = "/jpn/sponsorship/images/sp02_menu_d_01.gif";	menuoff[13] = new Image(171, 36);	menuoff[13].src = "/jpn/sponsorship/images/sp02_menu_d_02.gif";	menuoff[14] = new Image(171, 36);	menuoff[14].src = "/jpn/sponsorship/images/sp02_menu_d_03.gif";	menuoff[15] = new Image(171, 36);	menuoff[15].src = "/jpn/sponsorship/images/sp02_menu_d_04.gif";	menuoff[16] = new Image(171, 36);	menuoff[16].src = "/jpn/sponsorship/images/sp02_menu_d_05.gif";}function chngsideImgs(n,change,num) {	if (document.images) {		if (change == "on") {			if(num==0){				document.images['SIDE_MENU_0'+n].src = "/jpn/sponsorship/images/ind_menu_o_0" + n + ".gif";			}else if(num==1){				if(n<10){					document.images['SIDE_SMENU_0'+n].src = "/jpn/sponsorship/images/sp01_menu_o_0" + n + ".gif";				}else{					document.images['SIDE_SMENU_'+n].src = "/jpn/sponsorship/images/sp01_menu_o_" + n + ".gif";				}			}else if(num==2){				document.images['SIDE_SMENU_0'+n].src = "/jpn/sponsorship/images/sp02_menu_o_0" + n + ".gif";			}else if(num==3){				document.images['SIDE_SMENU_0'+n].src = "/jpn/about/images/pos_menu_o_0" + n + ".gif";			}		} else if (change == "off") {			if(num==0){				document.images['SIDE_MENU_0'+n].src = "/jpn/sponsorship/images/ind_menu_d_0" + n + ".gif";			}else if(num==1){				if(n<10){					document.images['SIDE_SMENU_0'+n].src = "/jpn/sponsorship/images/sp01_menu_d_0" + n + ".gif";				}else{					document.images['SIDE_SMENU_'+n].src = "/jpn/sponsorship/images/sp01_menu_d_" + n + ".gif";				}			}else if(num==2){				document.images['SIDE_SMENU_0'+n].src = "/jpn/sponsorship/images/sp02_menu_d_0" + n + ".gif";			}else if(num==3){				document.images['SIDE_SMENU_0'+n].src = "/jpn/about/images/pos_menu_d_0" + n + ".gif";			}		}	}}
