function hideJANav()
{
	if(document.getElementById) {
	document.getElementById("navbar").style.display  = "block";
	}
}
