
 function show_text(divid)
 {
//   new Effect.toggle(divid);
	 thediv=document.getElementById(divid);
	thediv.style.display='block';
	
 }



