function divoff (menuName)
{	
	document.getElementById(menuName).style.visibility = "hidden"; 
}

function alldivoff ()
{	
			document.all.div.faqbox.style.visibility = "hidden"; 
}

function divon (menuName)
{	
	document.getElementById(menuName).style.visibility = "visible"; 
}
