function Navigate() {
var number = NavSelect.selectedIndex;
location.href = NavSelect.options[number].value; }
//chat
function HideContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "none";
}