<!--
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="-">★ページを選択してください★</OPTION>');
document.write('<OPTION value="-">------------------------</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/topj.html">HOME</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/diving.html">ダイビングサービス</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/pmap.html">ポイントマップ</OPTION>');
document.write('<OPTION value="http://boracay.at.webry.info/theme/ae01d38cb9.html">ダイビングログ</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/DSD.html">体験ダイビング</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/rankup.html">ランクアップ</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/crossover.html">クロスオーバー</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/pro.html">プロコースへ</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/price.html">ダイビング料金</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/photo.html">ボラカイ水中写真館</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/marinewalk.html">ヘルメットで海中探検-MARINE　WALK</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/access.html">ボラカイへのアクセス</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/info.html">ボラカイ予備知識</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/campaign.html">旅行最新　＆　キャンペーン情報</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/travel.html">ボラカイ旅行の手配</OPTION>');
document.write('<OPTION value="http://boracay.at.webry.info/theme/c1c68524e2.html">レストラン & 食情報</OPTION>');
document.write('<OPTION value="http://boracay.at.webry.info/theme/44fff31238.html">観光スポット</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/cgibin/joyful/joyful.cgi">掲示板</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/link.html">リンク</OPTION>');
document.write('<OPTION value="http://boracay.at.webry.info/">リッキーのブログ</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/cgibin/postmail/postmail.html">メール</OPTION>');
document.write('<OPTION value="http://www.whiteblue.jp/tope.html">ENGLISH 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>');



