if (!document.getElementById)
	alert('You are attempting to access a web site that uses advanced presentation techniques\nthat your browser does not support.  It is recommended that you upgrade your browser\nto the latest version for the site to function and appear as designed.\nRecommended browsers include Internet Explorer 5.5 and above, and Netscape 7.');
	
function submitSearch(formObj){
	alert('The search function has temporarily been disabled during our efforts\nto enhance search functionality and increase desired results.');
	
}

function navigate(pageLocation){
	document.location.href = "http://localhost/php/index.php?pageLocation="+pageLocation;
}