function noNav(){
	document.getElementById("navigation").style.display = "none";
	document.getElementById("hSpacer").style.marginBottom = "0px";
	document.getElementById("headTable").style.marginBottom = "-5px";
}