/*
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()
content[1]='<img src="/frontpics/1-Stand-Alone-A.gif" width="320" height="240">'
content[2]='<img src="/frontpics/2-Tank-A.gif" width="320" height="240">'
content[3]='<img src="/frontpics/3-Tank-B.gif" width="320" height="240">'
content[4]='<img src="/frontpics/4-Tank-C.gif" width="320" height="240">'
content[5]='<img src="/frontpics/5-Riders-A.gif" width="320" height="240">'
content[6]='<img src="/frontpics/6-Passengers-A.gif" width="320" height="240">'
content[7]='<img src="/frontpics/7-Passengers-B.gif" width="320" height="240">'

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("mainpic"):document.all.descriptions
cross_el.innerHTML=''+whichcontent+''
}
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