
/*
Textual Tooltip Script- 
ｩ Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/


var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='<img src="./images/dome_wakasagi_1.jpg" width="320" height="240" border="0"><br>斜め前からのドーム船'
content[1]='<img src="./images/dome_wakasagi_2.jpg" width="320" height="240" border="0"><br>座椅子付でらくちん(^-^)v'
content[2]='<img src="./images/dome_wakasagi_3.jpg" width="320" height="240" border="0"><br>ドリンクコーナー（レンジ、ポットがあります'
content[3]='<img src="./images/dome_wakasagi_4.jpg" width="320" height="240" border="0"><br>魚探でポイントも棚もバッチリ'
content[4]='<img src="./images/dome_wakasagi_5.jpg" width="320" height="240" border="0"><br>ドーム専用サオセット'
content[5]='<img src="./images/dome_wakasagi_6.jpg" width="180" height="240" border="0"><br>船尾にある水洗トイレで長時間も安心'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<font color=navy><b>'+whichcontent+'</b></font>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2
