<!--
// プリロードイメージ 
IMGm01  = new Image(); IMGm01.src  = "image/btn_pickup.gif";
IMGm01_ = new Image(); IMGm01_.src = "image/btn_pickup_.gif";
IMGm02  = new Image(); IMGm02.src  = "image/btn_lineup.gif";
IMGm02_ = new Image(); IMGm02_.src = "image/btn_lineup_.gif";
IMGm03  = new Image(); IMGm03.src  = "image/btn_karin.gif";
IMGm03_ = new Image(); IMGm03_.src = "image/btn_karin_.gif";
IMGm04  = new Image(); IMGm04.src  = "image/btn_nodoka.gif";
IMGm04_ = new Image(); IMGm04_.src = "image/btn_nodoka_.gif";


// -- ロールオーバー
function ro(imgname,imgno) {
	document.images[imgname].src = eval(imgno + ".src");
}
//-->
