/*
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=\"image/room.gif\" border=\"0\"><br><br>'
content[1]='<img src=\"image/1.jpg\" border=\"0\"><br><div align=\"right\">エントランス<img src="image/space.gif" width="20" height="2"></div>'
content[2]='<img src=\"image/2.jpg\" border=\"0\"><br><div align=\"right\">総合管理コンピュータ展示スペース<img src="image/space.gif" width="20" height="2"></div>'
content[3]='<img src=\"image/3.jpg\" border=\"0\"><br><div align=\"right\">データ表示機器展示スペース<img src="image/space.gif" width="20" height="2"></div>'
content[4]='<img src=\"image/4.jpg\" border=\"0\"><br><div align=\"right\">プレゼンテーションスペース<img src="image/space.gif" width="20" height="2"></div>'
content[5]='<img src=\"image/5.jpg\" border=\"0\"><br><div align=\"right\">カウンターPOS展示スペース<img src="image/space.gif" width="20" height="2"></div>'
content[6]='<img src=\"image/6.jpg\" border=\"0\"><br><div align=\"right\">遊技台周辺機器展示スペース<img src="image/space.gif" width="20" height="2"></div>'
content[7]='<img src=\"image/7.jpg\" border=\"0\"><br><div align=\"right\">周辺機器展示スペース<img src="image/space.gif" width="20" height="2"></div>'
content[8]='<img src=\"image/8.jpg\" border=\"0\"><br><div align=\"right\">応接スペース<img src="image/space.gif" width="20" height="2"></div>'
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 face="MSP Gothic,MS Gothic"><small>'+whichcontent+'<font></small>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="MSP Gothic,MS Gothic"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}
}
function appear(){
document.d1.visibility='show'
}
window.onload=regenerate2

