


	function fromFlashNav(strWhichURL)
	{	
		strMasterPath = "";
		strMasterPath = "http://trunnellconstruction.com/";
		if(strWhichURL == "home")
			window.location = strMasterPath + "index.php";
		if(strWhichURL == "services")
			window.location = strMasterPath + "construction_services.php";
		if(strWhichURL == "portfolio")
			window.location = strMasterPath + "news/?pp_album=main/";
		if(strWhichURL == "news")
			window.location = strMasterPath + "news/?page_id=86";
		if(strWhichURL == "testimonials")
			window.location = strMasterPath + "clients_and_testimonials.php";
		if(strWhichURL == "contact")
			window.location = strMasterPath + "contact.php";
		if(strWhichURL == "about_us")
			window.location = strMasterPath + "about_us.php";



	}
