function NavHide() {
	document.getElementById('currentsub').style.left = "-9999px";
}
function NavShow() {
	document.getElementById('currentsub').style.left = "2px";
}