

function OpenWindow(URL) {
window.open(URL,'','toolbar=no,location=no,directories=no,status=no,copyhistory=no,scrollbars=yes,resizable=yes,width=550,height=500,top=20,left=20'); }





<!-- Hide the script from old browsers --
//image declarations/loading
a1 = new Image(); a1.src = "images/navrooms1.gif"; // when mouse is not over the image
a2 = new Image(); {a2.src = "images/navrooms2.gif";} // when mouse is over the image
b1 = new Image(); b1.src = "images/navrates1.gif"; // when mouse is not over the image
b2 = new Image(); {b2.src = "images/navrates2.gif";} // when mouse is over the image
c1 = new Image(); c1.src = "images/navavail1.gif"; // when mouse is not over the image
c2 = new Image(); {c2.src = "images/navavail2.gif";} // when mouse is over the image
d1 = new Image(); d1.src = "images/navamenity1.gif"; // when mouse is not over the image
d2 = new Image(); {d2.src = "images/navamenity2.gif";} // when mouse is over the image
e1 = new Image(); e1.src = "images/navgroups1.gif"; // when mouse is not over the image
e2 = new Image(); {e2.src = "images/navgroups2.gif";} // when mouse is over the image
f1 = new Image(); f1.src = "images/navweddings1.gif"; // when mouse is not over the image
f2 = new Image(); {f2.src = "images/navweddings2.gif";} // when mouse is over the image
g1 = new Image(); g1.src = "images/navattract1.gif"; // when mouse is not over the image
g2 = new Image(); {g2.src = "images/navattract2.gif";} // when mouse is over the image
h1 = new Image(); h1.src = "images/navevents1.gif"; // when mouse is not over the image
h2 = new Image(); {h2.src = "images/navevents2.gif";} // when mouse is over the image
i1 = new Image(); i1.src = "images/navdir1.gif"; // when mouse is not over the image
i2 = new Image(); {i2.src = "images/navdir2.gif";} // when mouse is over the image
j1 = new Image(); j1.src = "images/navguestbook1.gif"; // when mouse is not over the image
j2 = new Image(); {j2.src = "images/navguestbook2.gif";} // when mouse is over the image
k1 = new Image(); k1.src = "images/navcontact1.gif"; // when mouse is not over the image
k2 = new Image(); {k2.src = "images/navcontact2.gif";} // when mouse is over the image
l1 = new Image(); l1.src = "images/navhome1.gif"; // when mouse is not over the image
l2 = new Image(); {l2.src = "images/navhome2.gif";} // when mouse is over the image


function PicChange(ImageName,NewImage) {
//script to change the ImageName to NewImage
document.images[ImageName].src = eval(NewImage + ".src")}

// --End Hiding Here -->



var menuids=["menu1"] 
function buildsubmenus_horizontal() {
for (var i=0; i<menuids.length; i++) {
var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
for (var t=0; t<ultags.length; t++){
if (ultags[t].parentNode.parentNode.id==menuids[i]) { 
ultags[t].style.top=ultags[t].parentNode.offsetHeight+"px" 
ultags[t].parentNode.getElementsByTagName("a")[0].className="mainfoldericon" 
}
else { //else if this is a sub level menu (ul)
ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" 
ultags[t].parentNode.getElementsByTagName("a")[0].className="subfoldericon"
}
ultags[t].parentNode.onmouseover=function() {
this.getElementsByTagName("ul")[0].style.visibility="visible"
}
ultags[t].parentNode.onmouseout=function() {
this.getElementsByTagName("ul")[0].style.visibility="hidden" }  }  }  }

if (window.addEventListener)
window.addEventListener("load", buildsubmenus_horizontal, false)
else if (window.attachEvent)
window.attachEvent("onload", buildsubmenus_horizontal)

