// JavaScript Document
function getheader(path){
var prm;

prm =   '<div id="header">';
prm +=  '  <img src="'+path+'img/header_contents_357.jpg" alt="ムー 世界の謎と不思議に挑戦する" width="860" height="164" usemap="#header" />';
prm +=  '  <map name="header" id="headermap">';
prm +=  '    <area shape="rect" coords="0,25,184,164" href="'+path+'index.html" alt="トップページ" />';
prm +=  '    <area shape="rect" coords="707,3,784,22" href="http://contact.gakken.co.jp/query.asp" target="_blank" alt="お問い合わせ" />';
prm +=  '    <area shape="rect" coords="788,4,855,21" href="'+path+'sitemap.html" alt="サイトマップ" />';
prm +=  '  </map>';
prm +=  '</div>';


return(prm);
}