<!--if(document.images){//about usの定義	abouton = new Image();	abouton = "../img/joint/button/1_2.gif";		aboutoff = new Image();	aboutoff= "../img/joint/button/1_1.gif";//what's newの定義		whatson = new Image();	whatson = "../img/joint/button/2_2.gif";		whatsoff = new Image();	whatsoff= "../img/joint/button/2_1.gif";//our goldensの定義		goldenon = new Image();	goldenon = "../img/joint/button/3_2.gif";		goldenoff = new Image();	goldenoff= "../img/joint/button/3_1.gif";//lovely puppiesの定義		puppyon = new Image();	puppyon = "../img/joint/button/4_2.gif";		puppyoff = new Image();	puppyoff= "../img/joint/button/4_1.gif";	//storiesの定義		storyon = new Image();	storyon = "../img/joint/button/5_2.gif";		storyoff = new Image();	storyoff = "../img/joint/button/5_1.gif";//golden goodsの定義		goodson = new Image();	goodson = "../img/joint/button/6_2.gif";		goodsoff = new Image();	goodsoff= "../img/joint/button/6_1.gif";//toppage collectionの定義		collecton = new Image();	collecton = "../img/joint/button/7_2.gif";		collectoff = new Image();	collectoff = "../img/joint/button/7_1.gif";//BBSの定義		bbson = new Image();	bbson = "../img/joint/button/8_2.gif";		bbsoff = new Image();	bbsoff= "../img/joint/button/8_1.gif";	//linkの定義		linkon = new Image();	linkon = "../img/joint/button/9_2.gif";		linkoff = new Image();	linkoff= "../img/joint/button/9_1.gif";}//変数iの初期化var i;	//マウスオーバー時の関数定義function imgOn(i,imagename){	if(document.images){		document.images[i].src=imagename;		}}//マウスアウト時の関数定義function imgOff(i,imagename){	if(document.images){		document.images[i].src=imagename;		}}//-->
