//This will bury error messages so the users cannot see them

window.onerror = null;

//This will add dropdown hiding capabilities to the web site

	function hideAllDiv(){
	}
	function showAllDiv(){
	}
