// header.js

function getHeader(path){
	var prm;
	prm =  '<table border="0" cellspacing="0" cellpadding="0" align="center">';
	prm += '  <tr>';
	prm += '    <td bgcolor="#000000" colspan="15"><img src="'+path+'img/spacer.gif" width="740" height="6"></td>';
	prm += '  </tr>';
	prm += '  <tr bgcolor="#333333">';
	prm += '    <td colspan="15"><img src="'+path+'img/spacer.gif" width="740" height="3"></td>';
	prm += '  </tr>';
	prm += '  <tr bgcolor="#333333">';
	prm += '    <td colspan="3" rowspan="2"><img src="'+path+'img/spacer.gif" width="22" height="40"></td>';
	prm += '    <td align="left" colspan="2" rowspan="2">　</td>';
	prm += '    <td colspan="8" align="right" valign="top"><img src="'+path+'img/spacer.gif" width="22" height="2"></td>';
	prm += '    <td rowspan="2"><img src="'+path+'img/spacer.gif" width="2" height="40"></td>';
	prm += '    <td rowspan="3"><img src="'+path+'img/spacer.gif" width="7" height="57"></td>';
	prm += '  </tr>';
	prm += '  <tr bgcolor="#333333">';
	prm += '    <td colspan="8" align="right" valign="top"><a href="http://www.amazon.co.jp/exec/obidos/redirect?tag=tsuburayahp-22&path=tg/browse/-/489986" target="_blank"><img src="'+path+'img/dvd_120x30.gif" width="120" height="30" border="0" alt="DVDを買うなら amazon.co.jp"></a></td>';
	prm += '  </tr>';
	prm += '  <tr bgcolor="#333333" valign="bottom">';
	prm += '    <td><img src="'+path+'img/spacer.gif" width="8" height="17"></td>';
	prm += '    <td><img src="'+path+'img/dushead_vline.gif" width="2" height="17"></td>';
	prm += '    <td><img src="'+path+'img/spacer.gif" width="12" height="17"></td>';
	prm += '    <td><a href="http://www.dus.jp/digital_ultra_series/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'dushead_dustitle1\',\'\',\''+path+'img/dushead_dustitle2.gif\',1)"><img src="'+path+'img/dushead_dustitle1.gif" width="206" height="17" border="0" name="dushead_dustitle1" alt="DIGITAL ULTRA SERIES"></a></td>';
	prm += '    <td><img src="'+path+'img/spacer.gif" width="147" height="17"></td>';
	prm += '    <td><img src="'+path+'img/dushead_vline.gif" width="2" height="17"></td>';
	prm += '    <td><img src="'+path+'img/spacer.gif" width="12" height="17"></td>';
	prm += '    <td><a href="http://www.m-78.jp/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'dushead_tsw1\',\'\',\''+path+'img/dushead_tsw2.gif\',1)"><img src="'+path+'img/dushead_tsw1.gif" width="181" height="14" border="0" name="dushead_tsw1" alt="TSUBURAYA STATION WEB"></a></td>';
	prm += '    <td><img src="'+path+'img/spacer.gif" width="20" height="15"></td>';
	prm += '    <td><a href="https://www.dus.jp/digital_ultra_series/en/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'dushead_en1\',\'\',\''+path+'img/dushead_en2.gif\',1)"><img src="'+path+'img/dushead_en1.gif" width="69" height="14" border="0" name="dushead_en1" alt="ENQUETE"></a></td>';
	prm += '    <td><img src="'+path+'img/spacer.gif" width="20" height="17"></td>';
	prm += '    <td><a href="mailto:info@dus.jp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'dushead_mail1\',\'\',\''+path+'img/dushead_mail2.gif\',1)"><img src="'+path+'img/dushead_mail1.gif" width="40" height="14" border="0" name="dushead_mail1" alt="MAIL"></a></td>';
	prm += '    <td><img src="'+path+'img/spacer.gif" width="12" height="17"></td>';
	prm += '    <td><img src="'+path+'img/dushead_vline.gif" width="2" height="17"></td>';
	prm += '  </tr>';
	prm += '  <tr>';
	prm += '    <td colspan="15" bgcolor="#AAAAAA"><img src="'+path+'img/spacer.gif" width="740" height="1"></td>';
	prm += '  </tr>';
	prm += '</table>';
	return(prm);
}
