<!--
function MyLink(Nolink)
{ if (Nolink != ""){
self.location = Nolink;}
}

//-->

document.write('<FORM method="post" name="flink">');
document.write('<SELECT name="slink">');
document.write('<OPTION selected value="-">Choose the Page</OPTION>');
document.write('<OPTION value="-">------------------------</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/tope.html">HOME</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/diving_e.html">Diving Facilities</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/pmap_e.html">Dive Sites in Boracay</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/marinewalk_e.html">MARINE WALK - Helmet Diving</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/DSD_e.html">Start Diving - Discover Scuba Diving</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/price_e.html">Diving & Accomodation Rates</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/photo.html">Underwater Photographs</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/travel_e.html">Travel Arrengement</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/cgibin/postmail_e/postmaile.html">Contact Us</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/topj.html">JAPANESE TOP</OPTION>');
document.write('<OPTION value="-">------------------------</OPTION>');
document.write('</SELECT> <INPUT type="button" value="GO!" onclick="MyLink(document.flink.slink.options[document.flink.slink.selectedIndex].value)"></FORM>');

