showhideNav();
var hashID = window.location.hash.substr(1,(window.location.hash.length - 1));
if (document.getElementById(hashID + '_box')){
	document.getElementById(hashID + '_box').style.display = 'block';
}

