
//他ページロールオーバー

function changeImage(aaa,jjj){
	sImg = new Image();
	sImg.src = "images/menu_"+aaa+".gif";
	document.images[jjj].src = sImg.src;
}
