function menuVisible(id,status){
	document.getElementById(id).style.visibility=status;
}