<!--
// プリロードイメージ 
IMGm01  = new Image(); IMGm01.src  = "image/navi_top_off.jpg";
IMGm01_ = new Image(); IMGm01_.src = "image/navi_top_on.jpg";
IMGm02  = new Image(); IMGm02.src  = "image/navi_news_off.jpg";
IMGm02_ = new Image(); IMGm02_.src = "image/navi_news_on.jpg";
IMGm03  = new Image(); IMGm03.src  = "image/navi_profile_off.jpg";
IMGm03_ = new Image(); IMGm03_.src = "image/navi_profile_on.jpg";
IMGm04  = new Image(); IMGm04.src  = "image/navi_goods_off.jpg";
IMGm04_ = new Image(); IMGm04_.src = "image/navi_goods_on.jpg";
IMGm05  = new Image(); IMGm05.src  = "image/navi_seedling_off.jpg";
IMGm05_ = new Image(); IMGm05_.src = "image/navi_seedling_on.jpg";
IMGm06  = new Image(); IMGm06.src  = "image/navi_links_off.jpg";
IMGm06_ = new Image(); IMGm06_.src = "image/navi_links_on.jpg";
IMGm07  = new Image(); IMGm07.src  = "image/navi_office_off.jpg";
IMGm07_ = new Image(); IMGm07_.src = "image/navi_office_on.jpg";


// -- ロールオーバー
function ro(imgname,imgno) {
	document.images[imgname].src = eval(imgno + ".src");
}
//-->
