// 標準アイコン
dflt_icn = '<td width="13" align="right"><img src="/image/listimg/left_mark.gif" width="13" height="12" border="0" alt="→"></td>';

// オンアイコン
on_icn = '<td align="right"><img src="/image/listimg/left_mark_on.gif" width="13" height="12" border="0" alt=""></td>';

document.write('<table cellspacing="0" cellpadding="0" border="0" width="99">\n');

document.write('<tr>\n');
document.write('<td bgcolor="496BC5" colspan="2"><img src="/image/space.gif" width="1" height="1" border="0" alt=""></td>\n');
document.write('</tr>\n');

document.write('<tr>\n');
if (url.indexOf("/original.html") > -1){
	document.write(on_icn + '\n');
}
else {
	document.write(dflt_icn + '\n');
}
document.write('<td width="99" height="23" align="left"><span class="cap"><b><a href="/original.html"><font color="#DCDCDC">オリジナルDVD</font></a></b></span></td>\n');
document.write('</tr>\n');

document.write('<tr>\n');
if (url.indexOf("/picture_disc.html") > -1){
	document.write(on_icn + '\n');
}
else {
	document.write(dflt_icn + '\n');
}
document.write('<td width="99" height="23" align="left"><span class="cap"><b><a href="/picture_disc.html"><font color="#DCDCDC">ピクチャーDVD</font></a></b></span></td>\n');
document.write('</tr>\n');

document.write('<tr>\n');
if (url.indexOf("/title.html") > -1){
	document.write(on_icn + '\n');
}
else {
	document.write(dflt_icn + '\n');
}
document.write('<td width="99" height="23" align="left"><span class="cap"><b><a href="/title.html"><font color="#DCDCDC">タイトルコーナー</font></a></b></span></td>\n');
document.write('</tr>\n');

if (url.indexOf("/ng.html") > -1){
	document.write(on_icn + '\n');
}
else {
	document.write(dflt_icn + '\n');
}
document.write('<td width="99" height="23" align="left"><span class="cap"><b><a href="/ng.html"><font color="#DCDCDC">NG映像コーナー</font></a></b></span></td>\n');
document.write('</tr>\n');

document.write('<tr>\n');
if (url.indexOf("/doujijyouei.html") > -1){
	document.write(on_icn + '\n');
}
else {
	document.write(dflt_icn + '\n');
}
document.write('<td width="99" height="35" align="left"><span class="cap"><b><a href="/doujijyouei.html"><font color="#DCDCDC">同時上映リスト</font></a></b></span></td>\n');
document.write('</tr>\n');

document.write('<tr>\n');
if (url.indexOf("/program.html") > -1){
	document.write(on_icn + '\n');
}
else {
	document.write(dflt_icn + '\n');
}
document.write('<td width="99" height="23" align="left"><span class="cap"><b><a href="/program.html"><font color="#DCDCDC">映画プログラム</font></a></b></span></td>\n');
document.write('</tr>\n');

document.write('<tr>\n');
if (url.indexOf("/ld_goods.html") > -1){
	document.write(on_icn + '\n');
}
else {
	document.write(dflt_icn + '\n');
}
document.write('<td width="99" height="23" align="left"><span class="cap"><b><a href="/ld_goods.html"><font color="#DCDCDC">LDグッズ</font></a></b></span></td>\n');
document.write('</tr>\n');

document.write('<tr>\n');
document.write('<td bgcolor="496BC5" colspan="2"><img src="/image/space.gif" width="1" height="1" border="0" alt=""></td>\n');
document.write('</tr>\n');

document.write('<tr>\n');
if (url.indexOf("/sitemap.html") > -1){
	document.write(on_icn + '\n');
}
else {
	document.write(dflt_icn + '\n');
}
document.write('<td width="99" height="35" align="left"><span class="cap"><b><a href="/sitemap.html"><font color="#DCDCDC">SITE MAP</font></a></b></span></td>\n');
document.write('</tr>\n');

document.write('<tr>\n');
document.write('<td bgcolor="496BC5" colspan="2"><img src="/image/space.gif" width="1" height="1" border="0" alt=""></td>\n');
document.write('</tr>\n');

document.write('<tr>\n');
if (url.indexOf("/haiban.html") > -1){
	document.write(on_icn + '\n');
}
else {
	document.write(dflt_icn + '\n');
}
document.write('<td width="99" height="23" align="left"><span class="cap"><b><a href="/haiban.html"><font color="#DCDCDC">廃盤DVDリスト</font></a></b></span></td>\n');
document.write('</tr>\n');

if (url.indexOf("/error.html") > -1){
	document.write(on_icn + '\n');
}
else {
	document.write(dflt_icn + '\n');
}
document.write('<td width="99" height="23" align="left"><span class="cap"><b><a href="/error.html"><font color="#DCDCDC">エラーDVDリスト</font></a></b></span></td>\n');
document.write('</tr>\n');


document.write('</table>');