function showshows() {
	document.getElementById("nav_shows").style.display="block";
}

function noshows(){
   document.getElementById("nav_shows").style.display="none";
}
