﻿	<!-- Hide script from old browsers

	if (document.images) {
	
		HomeOver = new Image
		HomeOut = new Image
		EventTipsOver = new Image
		EventTipsOut = new Image
		FindaCatererOver = new Image
		FindaCatererOut = new Image
		FindaVendorOver = new Image
		FindaVendorOut = new Image
		FindaVendorOnOut = new Image
		FAQOver = new Image
		FAQOut = new Image
		AboutUsOver = new Image
		AboutUsOut = new Image
		AboutUsOnOut = new Image
		ContactUsOver = new Image
		ContactUsOut = new Image

		HomeOver.src = "images/Nav/Nav_Home_Over.gif"
		HomeOut.src = "images/Nav/Nav_Home.gif"
		EventTipsOver.src = "images/Nav/Nav_Event_Tips_Over.gif"
		EventTipsOut.src = "images/Nav/Nav_Event_Tips.gif"
		FindaCatererOver.src = "images/Nav/Nav_Find_a_Caterer_Over.gif"
		FindaCatererOut.src = "images/Nav/Nav_Find_a_Caterer.gif"
		FindaVendorOver.src = "images/Nav/Nav_Find_a_Vendor_On.gif"
		FindaVendorOut.src = "images/Nav/Nav_Find_a_Vendor.gif"
		FindaVendorOnOut.src = "images/Nav/Nav_Find_a_Vendor_On.gif"
		FAQOver.src = "images/Nav/Nav_FAQ_Over.gif"
		FAQOut.src = "images/Nav/Nav_FAQ.gif"
		AboutUsOver.src = "images/Nav/Nav_About_Us_On.gif"
		AboutUsOut.src = "images/Nav/Nav_About_Us.gif"
		AboutUsOnOut.src = "images/Nav/Nav_About_Us_On.gif"
		ContactUsOver.src = "images/Nav/Nav_Contact_Us_Over.gif"
		ContactUsOut.src = "images/Nav/Nav_Contact_Us.gif"

	}
	else {
		HomeOver = ""
		HomeOut = ""
		EventTipsOver = ""
		EventTipsOut = ""
		FindaCatererOver = ""
		FindaCatererOut = ""
		FindaVendorOver = ""
		FindaVendorOut = ""
		FindaVendorOnOut = ""
		FAQOver = ""
		FAQOut = ""
		AboutUsOver = ""
		AboutUsOut = ""
		AboutUsOnOut = ""
		ContactUsOver = ""
		ContactUsOut = ""

		document.Home = ""
		document.EventTips = ""
		document.FindaCaterer = ""
		document.FindaVendor = ""
		document.FAQ = ""
		document.AboutUs = ""
		document.ContactUs = ""

	}
	// End hiding script from old browsers -->

