		
		
	//currentNav may or may not have been declared in calling page - declare it just in case
	var currentNav;
	//create an undefined "constant"
	var UNDEFINED;
	
	//if currentNav is undefined assign a default
	if(currentNav == UNDEFINED){
		currentNav = "";
	} else {
		//currentNav defined in calling page - do nothing
	}
	
	var imagesPath = pathToSpa + "images/";
	var mainNav="";
	
	//home
	if(currentNav != "home"){
		mainNav += "<a href=\"" + pathToSpa + "index.html\" onMouseOver=\"document.images['home'].src='" + imagesPath + "nav/nav_home_over_4.gif';\" onMouseOut=\"document.images['home'].src='" + imagesPath + "nav/nav_home_4.gif';\"><img src=\"" + imagesPath + "nav/nav_home_4.gif\" alt=\"\" border=\"0\" name=\"home\" align=\"absmiddle\"></a>";
	} else {
		mainNav += "<a href=\"" + pathToSpa + "index.html\" onMouseOver=\"document.images['home'].src='" + imagesPath + "nav/nav_home_over_4.gif';\" onMouseOut=\"document.images['home'].src='" + imagesPath + "nav/nav_home_over_4.gif';\"><img src=\"" + imagesPath + "nav/nav_home_over_4.gif\" alt=\"\" border=\"0\" name=\"home\" align=\"absmiddle\"></a>";
	}
	//spa
	if(currentNav != "spa"){
		mainNav += "<a href=\"" + pathToSpa + "services/skin-care.html\" onMouseOver=\"document.images['spa'].src='" + imagesPath + "nav/nav_spa_over_4.gif';\" onMouseOut=\"document.images['spa'].src='" + imagesPath + "nav/nav_spa_4.gif';\"><img src=\"" + imagesPath + "nav/nav_spa_4.gif\" alt=\"\" border=\"0\" name=\"spa\" align=\"absmiddle\"></a>";
	} else {
		mainNav += "<a href=\"" + pathToSpa + "services/skin-care.html\" onMouseOver=\"document.images['spa'].src='" + imagesPath + "nav/nav_spa_over_4.gif';\" onMouseOut=\"document.images['spa'].src='" + imagesPath + "nav/nav_spa_over_4.gif';\"><img src=\"" + imagesPath + "nav/nav_spa_over_4.gif\" alt=\"\" border=\"0\" name=\"spa\" align=\"absmiddle\"></a>";
	}
	//shop
	if(currentNav != "shop"){
		mainNav += "<a href=\"" + pathToStore + "essential-collections.html\" onMouseOver=\"document.images['shop'].src='" + imagesPath + "nav/nav_shop_over_4.gif';\" onMouseOut=\"document.images['shop'].src='" + imagesPath + "nav/nav_shop_4.gif';\"><img src=\"" + imagesPath + "nav/nav_shop_4.gif\" alt=\"\" border=\"0\" name=\"shop\" align=\"absmiddle\"></a>";
	} else {
		mainNav += "<a href=\"" + pathToStore + "essential-collections.html\" onMouseOver=\"document.images['shop'].src='" + imagesPath + "nav/nav_shop_over_4.gif';\" onMouseOut=\"document.images['shop'].src='" + imagesPath + "nav/nav_shop_over_4.gif';\"><img src=\"" + imagesPath + "nav/nav_shop_over_4.gif\" alt=\"\" border=\"0\" name=\"shop\" align=\"absmiddle\"></a>";
	}
	//gift certificates
	if(currentNav != "gift"){
		mainNav += "<a href=\"" + pathToSpa + "gift-certificates.html\" onMouseOver=\"document.images['gift'].src='" + imagesPath + "nav/nav_gift_over_4.gif';\" onMouseOut=\"document.images['gift'].src='" + imagesPath + "nav/nav_gift_4.gif';\"><img src=\"" + imagesPath + "nav/nav_gift_4.gif\" alt=\"\" border=\"0\" name=\"gift\" align=\"absmiddle\"></a>";
	} else {
		mainNav += "<a href=\"" + pathToSpa + "gift-certificates.html\" onMouseOver=\"document.images['gift'].src='" + imagesPath + "nav/nav_gift_over_4.gif';\" onMouseOut=\"document.images['gift'].src='" + imagesPath + "nav/nav_gift_over_4.gif';\"><img src=\"" + imagesPath + "nav/nav_gift_over_4.gif\" alt=\"\" border=\"0\" name=\"gift\" align=\"absmiddle\"></a>";
	}
	//customer service
	/*if(currentNav != "customer"){
		mainNav += "<a href=\"" + pathToSpa + "customer-service/join-club-stellar.html\" onMouseOver=\"document.images['customer'].src='" + imagesPath + "nav/nav_customer_over_2.gif';\" onMouseOut=\"document.images['customer'].src='" + imagesPath + "nav/nav_customer_2.gif';\"><img src=\"" + imagesPath + "nav/nav_customer_2.gif\" alt=\"\" border=\"0\" name=\"customer\" align=\"absmiddle\"></a>";
	} else {
		mainNav += "<a href=\"" + pathToSpa + "customer-service/join-club-stellar.html\" onMouseOver=\"document.images['customer'].src='" + imagesPath + "nav/nav_customer_over_2.gif';\" onMouseOut=\"document.images['customer'].src='" + imagesPath + "nav/nav_customer_over_2.gif';\"><img src=\"" + imagesPath + "nav/nav_customer_over_2.gif\" alt=\"\" border=\"0\" name=\"customer\" align=\"absmiddle\"></a>";
	}*/
	//community
	if(currentNav != "community"){
		mainNav += "<a href=\"http://www.stellarspablog.com/\" onMouseOver=\"document.images['community'].src='" + imagesPath + "nav/nav_community_over_7.gif';\" onMouseOut=\"document.images['community'].src='" + imagesPath + "nav/nav_community_7.gif';\"><img src=\"" + imagesPath + "nav/nav_community_7.gif\" alt=\"\" border=\"0\" name=\"community\" align=\"absmiddle\"></a>";
	} else {
		mainNav += "<a href=\"http://www.stellarspablog.com/\" onMouseOver=\"document.images['community'].src='" + imagesPath + "nav/nav_community_over_7.gif';\" onMouseOut=\"document.images['community'].src='" + imagesPath + "nav/nav_community_over_7.gif';\"><img src=\"" + imagesPath + "nav/nav_community_over_7.gif\" alt=\"\" border=\"0\" name=\"community\" align=\"absmiddle\"></a>";
	}
	//about stellar spa
	if(currentNav != "about"){
		mainNav += "<a href=\"" + pathToSpa + "about/join-club-stellar.html\" onMouseOver=\"document.images['about'].src='" + imagesPath + "nav/nav_about_over_4.gif';\" onMouseOut=\"document.images['about'].src='" + imagesPath + "nav/nav_about_4.gif';\"><img src=\"" + imagesPath + "nav/nav_about_4.gif\" alt=\"\" border=\"0\" name=\"about\" align=\"absmiddle\"></a>";
	} else {
		mainNav += "<a href=\"" + pathToSpa + "about/join-club-stellar.html\" onMouseOver=\"document.images['about'].src='" + imagesPath + "nav/nav_about_over_4.gif';\" onMouseOut=\"document.images['about'].src='" + imagesPath + "nav/nav_about_over_4.gif';\"><img src=\"" + imagesPath + "nav/nav_about_over_4.gif\" alt=\"\" border=\"0\" name=\"about\" align=\"absmiddle\"></a>";
	}	
	//spacer
	if(currentNav == "shop"){
		mainNav += "<img src=\"" + imagesPath + "spacer.gif\" alt=\"\" border=\"0\" width=\"8\" height=\"23\" align=\"absmiddle\">";
	} else {
		mainNav += "<img src=\"" + imagesPath + "spacer.gif\" alt=\"\" border=\"0\" width=\"8\" height=\"23\" align=\"absmiddle\">";	
	}
	//phone number
	if(currentNav == "shop"){
		mainNav += "<img src=\"" + imagesPath + "menu-star.gif\" alt=\"\" border=\"0\" align=\"absmiddle\">";
		//mainNav += "<img src=\"" + imagesPath + "spacer.gif\" alt=\"\" border=\"0\" width=\"10\" height=\"23\" align=\"absmiddle\">";	
		mainNav += "<img src=\"" + imagesPath + "nav/phone/spa/nav_phone_4.gif\" alt=\"\" border=\"0\" align=\"absmiddle\">";
	} else {
		mainNav += "<img src=\"" + imagesPath + "menu-star-4.gif\" alt=\"\" border=\"0\" align=\"absmiddle\">";
		//mainNav += "<img src=\"" + imagesPath + "spacer.gif\" alt=\"\" border=\"0\" width=\"10\" height=\"23\" align=\"absmiddle\">";	
		mainNav += "<img src=\"" + imagesPath + "nav/phone/spa/nav_phone_4.gif\" alt=\"\" border=\"0\" align=\"absmiddle\">";
	}
	//trailing spacer
	if(currentNav == "shop"){
		mainNav += "<img src=\"" + imagesPath + "spacer.gif\" alt=\"\" border=\"0\" width=\"2\" height=\"23\" align=\"absmiddle\">";
	} else {
		mainNav += "<img src=\"" + imagesPath + "spacer.gif\" alt=\"\" border=\"0\" width=\"2\" height=\"23\" align=\"absmiddle\">";
	}

	//preload script
	function preload()
	{
		if (document.images)
		{	
			for (count = 0; count < image_name.length; count ++)
			{
				var next_image	= new Image();
				next_image.src = image_name[count];
			}
		}
	}
	
	//preload nav images
	image_name = new Array(	imagesPath + "nav/nav_home_over_4.gif",
				 			imagesPath + "nav/nav_spa_over_4.gif",
				 			imagesPath + "nav/nav_shop_over_4.gif",
				 			imagesPath + "nav/nav_gift_over_4.gif",
				 			imagesPath + "nav/nav_community_over_4.gif",
				 			imagesPath + "nav/nav_about_over_4.gif",
				 			imagesPath + "nav/nav_home_4.gif",
				 			imagesPath + "nav/nav_spa_4.gif",
				 			imagesPath + "nav/nav_shop_4.gif",
				 			imagesPath + "nav/nav_gift_4.gif",
				 			imagesPath + "nav/nav_community_4.gif",
				 			imagesPath + "nav/nav_about_4.gif");
	preload();
