// footer.js

function getFooter(path){
	var prm;
	prm =  '<table border="0" cellspacing="0" cellpadding="0" align="center">';
	prm += '  <tr bgcolor="#AAAAAA">';
	prm += '    <td colspan="9" valign="bottom" align="left"><img src="'+path+'img/spacer.gif" width="740" height="1"></td>';
	prm += '  </tr>';
	prm += '  <tr>';
	prm += '    <td colspan="9" bgcolor="#333333" ><img src="'+path+'img/spacer.gif" width="740" height="8"></td>';
	prm += '  </tr>';
	prm += '  <tr bgcolor="#333333">';
	prm += '    <td rowspan="3"><img src="'+path+'img/spacer.gif" width="8" height="30"></td>';
	prm += '    <td rowspan="3"><img src="'+path+'img/dushead_vline.gif" width="2" height="44"></td>';
	prm += '    <td rowspan="3"><img src="'+path+'img/spacer.gif" width="8" height="30"></td>';
	prm += '    <td valign="top" rowspan="3"><a href="http://www.dus.jp/digital_ultra_series/dus/index.html"><img src="'+path+'img/dushead_duslogo.gif" width="44" height="40" border="0" alt="デジタルウルトラシリーズ"></a></td>';
	prm += '    <td rowspan="3"><img src="'+path+'img/spacer.gif" width="471" height="30"></td>';
	prm += '    <td><img src="'+path+'img/spacer.gif" width="20" height="4"></td>';
	prm += '    <td rowspan="3"><img src="'+path+'img/spacer.gif" width="8" height="30"></td>';
	prm += '    <td rowspan="3"><img src="'+path+'img/dushead_vline.gif" width="2" height="44"></td>';
	prm += '    <td valign="bottom" align="right" rowspan="3"><img src="'+path+'img/spacer.gif" width="7" height="30"></td>';
	prm += '  </tr>';
	prm += '  <tr bgcolor="#333333">';
	prm += '    <td><a href="http://www.dupj.jp/" target="_blank"><img src="'+path+'img/duplogo2.gif" width="190" height="35" border="0" alt="DIGITAL ULTRA PROJECT"></a></td>';
	prm += '  </tr>';
	prm += '  <tr bgcolor="#333333">';
	prm += '    <td><img src="'+path+'img/spacer.gif" width="20" height="4"></td>';
	prm += '  </tr>';
	prm += '  <tr bgcolor="#CCCCCC">';
	prm += '    <td colspan="3"><img src="'+path+'img/spacer.gif" width="18" height="50"></td>';
	prm += '    <td colspan="3" valign="middle" ><span class="copylight"> 当サイトに掲載されている画像・文章・データなどの無断転用，転載をお断りします。<br>';
	prm += '      (C) TSUBURAYA PROD. ALL RIGHTS RESERVED</span></td>';
	prm += '    <td colspan="3"><img src="'+path+'img/spacer.gif" width="17" height="10"></td>';
	prm += '  </tr>';
	prm += '  <tr valign="top" align="left" bgcolor="#000000">';
	prm += '    <td colspan="9" valign="bottom" align="left"><img src="'+path+'img/spacer.gif" width="740" height="6"></td>';
	prm += '  </tr>';
	prm += '</table>';
	return(prm);
}
