// Flash call
function g4url_js(destURL)    
{    
	if(destURL=="home") {
 		window.location.href = "index.asp";  
	} else if(destURL=="news") {
		window.location.href = "news081309.asp";
	} else if(destURL=="aboutus") {
		window.location.href  = "aboutus.asp";
	} else if(destURL=="products") {
		window.location.href  = "products.asp";
	} else if(destURL=="emp") {
		window.location.href  = "emp.asp";
	} else if(destURL=="contact") {
		window.location.href  = "contact.asp";
	}
}