	FadeInStep=20;
	FadeOutStep=5;
	JSFX.Rollover("rooms",     "images/rooms_on.gif");
	JSFX.Rollover("amenities",    "images/amenities_on.gif");
	JSFX.Rollover("weddings",   "images/weddings_on.gif");
	JSFX.Rollover("articles",  "images/articles_on.gif");
	JSFX.Rollover("croquet",  "images/croquet_on.gif");
	JSFX.Rollover("about", "images/about_on.gif");

function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
