function GoThere(Ref2) {
	location.href = Ref2;
}

function ShowNav() {
	document.getElementById("Navigation").style.display = "block";
	document.getElementById("NavSwitch").style.display = "none";
if (document.getElementById("Selector")) {
	document.getElementById("Selector").style.clear = "left";
	document.getElementById("Selector").style.margin = "0";
}
}
