<!--
// プリロードイメージ 
IMGm01  = new Image(); IMGm01.src  = "image/month_9.jpg";
IMGm01_ = new Image(); IMGm01_.src = "image/month_9_on.jpg";
IMGm02  = new Image(); IMGm02.src  = "image/month_8.jpg";
IMGm02_ = new Image(); IMGm02_.src = "image/month_8_on.jpg";
IMGm03  = new Image(); IMGm03.src  = "image/btn_03.gif";
IMGm03_ = new Image(); IMGm03_.src = "image/btn_03_on.gif";
IMGm04  = new Image(); IMGm04.src  = "image/btn_04.gif";
IMGm04_ = new Image(); IMGm04_.src = "image/btn_04_on.gif";
IMGm05  = new Image(); IMGm05.src  = "image/btn_05.gif";
IMGm05_ = new Image(); IMGm05_.src = "image/btn_05_on.gif";
IMGm06  = new Image(); IMGm06.src  = "image/btn_06.gif";
IMGm06_ = new Image(); IMGm06_.src = "image/btn_06_on.gif";
IMGm07  = new Image(); IMGm07.src  = "image/month_3.jpg";
IMGm07_ = new Image(); IMGm07_.src = "image/month_3_on.jpg";
IMGm08  = new Image(); IMGm08.src  = "image/month_2.jpg";
IMGm08_ = new Image(); IMGm08_.src = "image/month_2_on.jpg";
IMGm09  = new Image(); IMGm09.src  = "image/month_1.jpg";
IMGm09_ = new Image(); IMGm09_.src = "image/month_1_on.jpg";
IMGm10  = new Image(); IMGm10.src  = "image/month_10.jpg";
IMGm10_ = new Image(); IMGm10_.src = "image/month_10_on.jpg";
IMGm11  = new Image(); IMGm11.src  = "image/month_11.jpg";
IMGm11_ = new Image(); IMGm11_.src = "image/month_11_on.jpg";
IMGm12  = new Image(); IMGm12.src  = "image/month_12.jpg";
IMGm12_ = new Image(); IMGm12_.src = "image/month_12_on.jpg";
IMGm13  = new Image(); IMGm13.src  = "image/btn_13.jpg";
IMGm13_ = new Image(); IMGm13_.src = "image/btn_13_on.jpg";
IMGm14  = new Image(); IMGm14.src  = "image/month_7.jpg";
IMGm14_ = new Image(); IMGm14_.src = "image/month_7_on.jpg";
IMGm15  = new Image(); IMGm15.src  = "image/month_6.jpg";
IMGm15_ = new Image(); IMGm15_.src = "image/month_6_on.jpg";
IMGm16  = new Image(); IMGm16.src  = "image/month_5.jpg";
IMGm16_ = new Image(); IMGm16_.src = "image/month_5_on.jpg";
IMGm17  = new Image(); IMGm17.src  = "image/month_4.jpg";
IMGm17_ = new Image(); IMGm17_.src = "image/month_4_on.jpg";


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


<!--
// wopen
function wopen( wi, he, s_data, s_name ) {
Newwin = window.open( s_data, s_name, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,width=" + wi + ",height=" + he );
}
//-->
