if ((navigator.appName.indexOf('Microsoft')+1)) {
document.write('<style type="text/css"> .opacity1 {filter:alpha(opacity=100)} .opacity2 {filter:alpha(opacity=0)} </style>'); }
if ((navigator.appName.indexOf('Netscape')+1)) {
document.write('<style type="text/css"> .opacity1 {-moz-opacity:0} .opacity2 {-moz-opacity:1} </style>'); }
else {
document.write(''); }

var content=new Array()
content[0]='<h4>Introduction</h4>'
content[1]='<h4>Accommodation, Rooms and Rates</h4>'
content[2]='<h4>Eating Out</h4>'
content[3]='<h4>Places of interest, Activities and Leisure pursuits</h4>'
content[4]='<h4>Location Maps and directions to Westward</h4>'
content[5]='<h4>Contacts, Opening dates, and Dinner arrangements</h4>'
content[6]='<h4>Details of the House</h4>'
content[7]='<h4>Photos in and around Sudeley</h4>'
content[8]='<h4>Conditions of Booking</h4>'
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="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()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2