/* _root index javascript */
function Init(){
	link1 = new Image(); link1.src = 'img/link1.gif';
	link1_b = new Image(); link1_b.src = 'img/link1_b.gif';
	link2 = new Image(); link2.src = 'img/link2.gif';
	link2_b = new Image(); link2_b.src = 'img/link2_b.gif';
	link3 = new Image(); link3.src = 'img/link3.gif';
	link3_b = new Image(); link3_b.src = 'img/link3_b.gif';
	link4 = new Image(); link4.src = 'img/link4.gif';
	link4_b = new Image(); link4_b.src = 'img/link4_b.gif';
	link5 = new Image(); link5.src = 'img/link5.gif';
	link5_b = new Image(); link5_b.src = 'img/link5_b.gif';
	link6 = new Image(); link6.src = 'img/link6.gif';
	link6_b = new Image(); link6_b.src = 'img/link6_b.gif';
	link7 = new Image(); link7.src = 'img/link7.gif';
	link7_b = new Image(); link7_b.src = 'img/link7_b.gif';
	
/* mail */
	mail = new Image(); mail.src = 'img/mail.gif';
	mail_b = new Image(); mail_b.src = 'img/mail_b.gif';
	mail2 = new Image(); mail2.src = 'img/mail2.gif';
	mail2_b = new Image(); mail2_b.src = 'img/mail2_b.gif';

/* 流行り神ロゴ */
	hayarigami = new Image(); hayarigami.src = 'img/hayarigami.gif';
	hayarigami_b = new Image(); hayarigami_b.src = 'img/hayarigami_b.gif';


/* 日本一ロゴ */
	nipponiti = new Image(); nipponiti.src = 'img/nipponiti.gif';
	nipponiti_b = new Image(); nipponiti_b.src = 'img/nipponiti_b.gif';






}
function imgChange(imgName,imgNum)
{
document.images[imgName].src = eval(imgNum + '.src');
}

