<!--
	dynamicanimAttr = "dynamicanimation"
	animCancel = "skipanim"
	fpanimationPrefix = "fpAnim"
	animateElements = new Array()
	currentElement = 0
	step = 0
	
	function clickSwapImg(el)
	{
        if(document.all || document.layers)
        {
    		ts=el.src
    		el.src=el.lowsrc
    		el.lowsrc=ts
        }
	}
function highlight(row, new_color) {
    if (typeof(row.style) == 'undefined' || typeof(row.cells) == 'undefined') {
        return false;
    }
    var num_rows = row.cells.length;
    for (var c = 0; c < num_rows; c++) {
        row.cells[c].bgColor = new_color;
    }
    return true;
}
GotGIFs = false;
net3 = false;

   BR_DOM = (document.getElementById) ? true : false;
   BR_NS4 = (document.layers) ? true : false;
    BR_IE = (document.all) ? true : false;
   BR_IE4 = BR_IE && !BR_DOM;
   BR_Mac = (navigator.appVersion.indexOf("Mac") != -1);
  BR_IE4M = BR_IE4 && BR_Mac;

function GetGIFs() {
	if (net3) {
		rates_On = new Image();
		rates_Off = new Image();
		rates_On.src = "/images/nav/rates-on.gif"
		rates_Off.src = document.rates.src
		weddings_On = new Image();
		weddings_Off = new Image();
		weddings_On.src = "/images/nav/weddings-on.gif"
		weddings_Off.src = document.weddings.src
		whattobring_On = new Image();
		whattobring_Off = new Image();
		whattobring_On.src = "/images/nav/whattobring-on.gif"
		whattobring_Off.src = document.whattobring.src
		contactus_On = new Image();
		contactus_Off = new Image();
		contactus_On.src = "/images/nav/contactus-on.gif"
		contactus_Off.src = document.contactus.src
		mapshere_On = new Image();
		mapshere_Off = new Image();
		mapshere_On.src = "/images/nav/mapshere-on.gif"
		mapshere_Off.src = document.mapshere.src
		beprepared_On = new Image();
		beprepared_Off = new Image();
		beprepared_On.src = "/images/nav/beprepared-on.gif"
		beprepared_Off.src = document.beprepared.src
		virtualtour_On = new Image();
		virtualtour_Off = new Image();
		virtualtour_On.src = "/images/nav/virtualtour-on.gif"
		virtualtour_Off.src = document.virtualtour.src
		photoalbum_On = new Image();
		photoalbum_Off = new Image();
		photoalbum_On.src = "/images/nav/photoalbum-on.gif"
		photoalbum_Off.src = document.photoalbum.src
		goanddo_On = new Image();
		goanddo_Off = new Image();
		goanddo_On.src = "/images/nav/goanddo-on.gif"
		goanddo_Off.src = document.goanddo.src
		links_On = new Image();
		links_Off = new Image();
		links_On.src = "/images/nav/links-on.gif"
		links_Off.src = document.links.src
		home_On = new Image();
		home_Off = new Image();
		home_On.src = "/images/nav/home-on.gif"
		home_Off.src = document.home.src
		
		GotGIFs = true;
	}
}
        
Bversion = parseInt(navigator.appVersion);
if (((navigator.appName == "Netscape") && (Bversion >= "3")) || (Bversion >= "4")) {
	net3 = true;
}

function linkon(imgName) {
	if ((GotGIFs) && (net3)) {
		eval ("document." + imgName + ".src = " + imgName + "_On.src");
	}
}

function linkoff(imgName) {
	if ((GotGIFs) && (net3)) {
		eval ("document." + imgName + ".src = " + imgName + "_Off.src");
	}
}

function pop_win(loc, win, ht, wd, scroll) {
	if (scroll == '') scroll = 'yes';
 	popwin = document.open(loc,win,"width="+wd+",height="+ht+",toolbar=no,resizable=yes,scrollbars="+scroll);
}

//-->
