

bName=navigator.appName
bVer= parseInt(navigator.appVersion);

if ((bName="Netscape" && bVer>=3) || 
     (bName == "Microsoft Internet Explorer" && bVer >= 4 ))br="n3";
		else br="n2";
if (br=="n3") {

homeon=new Image(); homeon.src="http://www.applecreeksda.com/template/topmenu_01on.gif";
homeoff=new Image();homeoff.src="http://www.applecreeksda.com/template/topmenu_01off.gif";

directionson=new Image(); directionson.src="http://www.applecreeksda.com/template/topmenu_02on.gif";
directionsoff=new Image();directionsoff.src="http://www.applecreeksda.com/template/topmenu_02off.gif";

contacton=new Image(); contacton.src="http://www.applecreeksda.com/template/topmenu_03on.gif";
contactoff=new Image();contactoff.src="http://www.applecreeksda.com/template/topmenu_03off.gif";


aboutuson=new Image(); aboutuson.src="http://www.applecreeksda.com/template/topmenu_04on.gif";
aboutusoff=new Image();aboutusoff.src="http://www.applecreeksda.com/template/topmenu_04off.gif";

gueston=new Image(); gueston.src="http://www.applecreeksda.com/template/topmenu_05on.gif";
guestoff=new Image();guestoff.src="http://www.applecreeksda.com/template/topmenu_05off.gif";


upreachon=new Image(); upreachon.src="http://www.applecreeksda.com/template/topmenu_06on.gif";
upreachoff=new Image();upreachoff.src="http://www.applecreeksda.com/template/topmenu_06off.gif";


outreachon=new Image(); outreachon.src="http://www.applecreeksda.com/template/topmenu_07on.gif";
outreachoff=new Image();outreachoff.src="http://www.applecreeksda.com/template/topmenu_07off.gif";

inreachon=new Image(); inreachon.src="http://www.applecreeksda.com/template/topmenu_08on.gif";
inreachoff=new Image();inreachoff.src="http://www.applecreeksda.com/template/topmenu_08off.gif";

}

//--------------- Function to check if the field is empty -----------------------------------------
			function isEmpty(theField)
			{
				if(theField == null || theField == "")
				{
					return true;
				}
				return false;
			}