// header.js

function getHeader1(path){
var prm;
prm =  '<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">';
prm += '  <tr>';
prm += '    <td width="210" height="90" valign="top"><a href="javascript:void(0)">';
prm += '	<img src="'+path+'images/header_01.gif" width="210" height="90" border="0" usemap="#Map2"></a></td>';
prm += '    <td rowspan="2" valign="top" background="'+path+'images/header_middle.gif">';
prm += '	  <table width="100%" border="0" cellpadding="0" cellspacing="0">';
prm += '        <tr>';
prm += '          <td valign="top">';
prm += '          <img src="'+path+'images/spacer.gif" width="371" height="1"></td>';
prm += '        </tr>';
prm += '        <tr>';
prm += '          <td valign="top"><a href="javascript:void(0)" onclick="MakeTree(0); return false;">';
prm += '          <img src="'+path+'images/spacer.gif" name="header_middle" width="100%" height="89" border="0" id="header_middle"></a></td>';
prm += '        </tr>';
prm += '      </table>';
prm += '	</td>';
prm += '    <td width="165" rowspan="2" align="right" valign="top"><a href="javascript:void(0)">';
prm += '    <img src="'+path+'images/header_02.gif" width="165" height="90" border="0" usemap="#Map3"></a></td>';
prm += '  </tr>';
prm += '</table>';
prm += '<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">';
prm += '  <tr>';
prm += '    <td height="12" align="left" valign="top"><a href="javascript:void(0)" onclick="MakeTree(0); return false;">';
prm += '    <img src="'+path+'images/bar_left.gif" width="75" height="12" border="0"></a></td>';
prm += '    <td  align="center" valign="top" width="100%" background="'+path+'images/bar_middle.gif"><a href="javascript:void(0)" onclick="MakeTree(0); return false;">';
prm += '    <img src="'+path+'images/bar_icon.gif" name="bar" width="600" height="12" border="0" id="bar"></a></td>';
prm += '    <td align="right" valign="top"><a href="javascript:void(0)" onclick="MakeTree(0); return false;">';
prm += '    <img src="'+path+'images/bar_right.gif" width="75" height="12" border="0"></a></td>';
prm += '  </tr>';
prm += '</table>';
prm += '<div class="menu" id="0" style="position: relative; width:740; height:52; z-index:1; visibility: invisible;">';
prm += '<img src="'+path+'images/navi0908_06.gif" width="740" height="52" usemap="#Map" border="0"></div>';
prm += '  <map name="Map">';
prm += '    <area shape="rect" coords="0,0,146,24" href="http://www.dupj.jp/uod/index.html" alt="ウルトラオンデマンド">';
prm += '    <area shape="rect" coords="146,0,294,24" href="http://www.dupj.jp/munohakugei/mu_index.html" alt="ムーの白鯨">';
prm += '    <area shape="rect" coords="294,0,442,24" href="http://www.dupj.jp/ultra-game/index.html" alt="ウルトラゲーム">';
prm += '    <area shape="rect" coords="442,0,590,24" href="http://www.dupj.jp/p/bug/index.html" alt="Bugってハニー">';
prm += '    <area shape="rect" coords="590,0,739,24" href="http://www.dus.jp/digital_ultra_series/index.html" alt="デジタルウルトラシリーズ">';
prm += '    <area shape="rect" coords="0,24,146,49" href="http://www.uoo.ne.jp/" alt="Uoo Project">';
prm += '    <area shape="rect" coords="146,24,294,49" href="http://www.dupj.jp/p/soundwoo/s_index.html" alt="サウン道">';
prm += '    <area shape="rect" coords="294,24,442,49" href="http://www.dupj.jp/p/sakurakinzou/index.html" alt="桜金造の本当にあった怖い話">';
prm += '    <area shape="rect" coords="442,24,590,49" href="https://www.ssl-dupj.jp/zine/index.html" target="_blank" alt="メルマガ登録/解除">';
prm += '    <area shape="rect" coords="590,24,739,49" href="http://www.dupj.jp/company/index.html" alt="会社案内">';
prm += '  </map>';
prm += '  <map name="Map2">';
prm += '    <area shape="rect" coords="1,1,208,37" href="http://www.dupj.jp/index.html">';
prm += '    <area shape="rect" coords="2,39,207,87" href="javascript:void(0)" onclick="MakeTree(0); return false;">';
prm += '  </map>';
prm += '  <map name="Map3">';
prm += '    <area shape="rect" coords="1,72,163,89" href="http://www.dupj.jp/index.html">';
prm += '    <area shape="rect" coords="2,2,162,70" href="javascript:void(0)" onclick="MakeTree(0); return false;">';
prm += '  </map>';
return(prm);
}