// JavaScript Document

document.open();
document.write('<div style="float:right;">');
document.write('<a href="index_jpn.html">Japanese</a>&nbsp;&nbsp;');
document.write('<a href="index_eng.html">English</a>&nbsp;&nbsp;');
document.write('<a href="index.html">Main Home</a>');
document.write('</div>');
document.close();
