function blockError(){return true}
window.onerror=blockError

if (window!=top)
top.location.href=location.href

function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus

var n=navigator.appName
if (n == "Microsoft Internet Explorer" || (n == "Netscape" &&  parseInt(navigator.appVersion) >= 5))
document.write('<link rel="stylesheet" type="text/css" href="explorer.css">');
else document.write('<link rel="stylesheet" type="text/css" href="netscape.css">')

{
homeoff=new Image(160,30); homeoff.src="images/menu.home.off.gif";
homeon=new Image(160,30); homeon.src="images/menu.home.on.gif";
aboutoff=new Image(160,30); aboutoff.src="images/menu.about.off.gif";
abouton=new Image(160,30); abouton.src="images/menu.about.on.gif";
attractionsoff=new Image(160,30); attractionsoff.src="images/menu.attractions.off.gif";
attractionson=new Image(160,30); attractionson.src="images/menu.attractions.on.gif";
bookingsoff=new Image(160,30); bookingsoff.src="images/menu.bookings.off.gif";
bookingson=new Image(160,30); bookingson.src="images/menu.bookings.on.gif";
sailsoff=new Image(160,30); sailsoff.src="images/menu.sails.off.gif";
sailson=new Image(160,30); sailson.src="images/menu.sails.on.gif";
artoff=new Image(160,30); artoff.src="images/menu.art.off.gif";
arton=new Image(160,30); arton.src="images/menu.art.on.gif";
locationoff=new Image(160,30); locationoff.src="images/menu.location.off.gif";
locationon=new Image(160,30); locationon.src="images/menu.location.on.gif";
contactoff=new Image(160,30); contactoff.src="images/menu.contact.off.gif";
contacton=new Image(160,30); contacton.src="images/menu.contact.on.gif";
}
function multipic(docname,imgObjName)
{
document.images[docname].src = eval(imgObjName + ".src");
}
