function clearSrch(iColin){
	document.getElementById(iColin).value = "";
}

function hideNav(){
	document.getElementById("topNavigation").style.display = "none"
}


