function showitnow(thisid) { 
 	if (document.all(thisid).style.display == "")
     	{document.all(thisid).style.display = "none";}
 	else
      	document.all(thisid).style.display = "";}
