/*****ヘッダー部分のマップ書き出し用*****/

//リンク設定
var link1 = "http://j-net21.smrj.go.jp/" ;		//J-Net21
/*var link2 = "http://www.smrj.go.jp/" ;		//JASMEC*/

var map = "" ;

map += " <map name='map_header'>						 " ;

map += " <area shape='rect' coords='0,0,205,36' href='	 " ;
map +=   link1											   ;
map += " ' title='J-Net21ホームページへ' class='navibutton'>		 " ;

/*
map += " <area shape='rect' coords='660,0,770,36' href='	 " ;
map +=   link2											   ;
map += " ' title='中小企業基盤整備機構ホームページへ' class='navibutton'>				 " ;
*/

map += " </map>											 " ;



/*****サブヘッダー部分のマップ書き出し用*****/

//リンク設定
var link01 = "searchComp.jsp" ;		//登録情報の検索
var link02 = "bbsview.do?codeNo=1&categoryNo=1" ;		//掲示板
var link03 = "login.jsp" ;		//新規登録・ログイン
var link04 = "help.jsp" ;		//ヘルプ
var link05 = "&#109;&#97;il&#116;o&#58;h&#105;r&#111;ba&#64;j&#45;&#110;e&#116;2&#49;&#46;j&#112;" ;	//お問い合わせ
var link06 = "map.jsp" ;		//サイトマップ


var map_s = "" ;

map_s += " <map name='map_header_sub'>							 " ;

map_s += " <area shape='rect' coords='179,7,285,24' href='	 " ;
map_s +=   link01												   ;
map_s += " ' title='登録情報の検索' class='navibutton'>		 " ;

map_s += " <area shape='rect' coords='289,7,349,24' href='	 " ;
map_s +=   link02												   ;
map_s += " ' title='掲示板' class='navibutton'>				 " ;

map_s += " <area shape='rect' coords='353,7,423,24' href='	 " ;
map_s +=   link03												   ;
map_s += " ' title='新規登録・ログイン' class='navibutton'>	 " ;

map_s += " <area shape='rect' coords='427,7,487,24' href='	 " ;
map_s +=   link04												   ;
map_s += " ' title='ヘルプ' class='navibutton'>				 " ;

map_s += " <area shape='rect' coords='653,15,697,25' href='	 " ;
map_s +=   link05												   ;
map_s += " ' title='お問い合わせ' class='navibutton2'>		 " ;

map_s += " <area shape='rect' coords='705,15,767,25' href='	 " ;
map_s +=   link06												   ;
map_s += " ' title='サイトマップ' class='navibutton2'>		 " ;

map_s += " </map>												 " ;



