document.write('<table width="900" height="65" cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<td width="20"></td>');
document.write('<td width="250"><a href="/index.html" target=_top><img src="/images/logo.gif" width="230" height="41" alt="" border="0"></a></td>');
document.write('<td width="650" align="right">');	
document.write('<table align="right">');
document.write('<tr>');
document.write('<td><a href="/index.html" target=_top><img src="/images/top_menu_01.gif" border="0"></a></td>');
document.write('<td><img src="/images/top_menu_line.gif" border="0"></td>');
document.write('<td><a href="/servlet/base.jpf.ArtListMan?code=a0000" target=_top><img src="/images/top_menu_02.gif" border="0"></a></td>');
document.write('<td><img src="/images/top_menu_line.gif" border="0"></td>');
document.write('<td><a href="/sitemap/sitemap.html" target=_top><img src="/images/top_menu_03.gif" border="0"></a></td>');
document.write('<td><img src="/images/top_menu_line.gif" border="0"></td>');
document.write('<td><a href="/link/link_01.html" target=_top><img src="/images/top_menu_04.gif" border="0"></a></td>');
document.write('<td><img src="/images/top_menu_line.gif" border="0"></td>');
document.write('<td><a href="/contact/contact.html" target=_top><img src="/images/top_menu_05.gif" border="0"></a></td>');
document.write('<td><select name="" class="select_sub" onchange="changeUrl(this.options[this.selectedIndex].value)"><option value="0" selected>Language</option><option value="/japanese/index.html" >Japanese</option><option value="/english/index.html" >English</option></select></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');

function changeUrl(url)
{
	if(url!="0")
		top.location.href = url;
}

