var content=new Array()

content[0]='<br><b>Our homepage with short info on the house</b>'
content[1]='<br><b>Our address, telephone and fax numbers</b>'
content[2]='<br><b>How to get to us from the airport, train station etc.</b>'
content[3]='<br><b>Some pictures of our rooms and house</b>'
content[4]='<br><b>Pricelist with short description of the rooms</b>'
content[5]='<br><b>Send us an e-mail for availability</b>'
content[6]='<br><b>House At The Big Boot is an accommodation house in the centre of Prague</b>'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",450)
}

function changetext(whichcontent){
if (document.all)
descriptions.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}
}
