// JavaScript Document


function   s_word(obj)   
	{  document.getElementById("CONTENT").style.fontSize="11px";
	document.getElementById("CONTENT").style.lineHeight="1.8em";
 
	 }
	function   m_word(obj)   
  	{  	document.getElementById("CONTENT").style.fontSize="13px";
		 document.getElementById("CONTENT").style.lineHeight="1.8em";
	 }
	 function   b_word(obj)   
  	{  document.getElementById("CONTENT").style.fontSize="15px";
		 document.getElementById("CONTENT").style.lineHeight="1.8em";
	 }
	 

