<!--
	function FontZoom(fsize){
		var ctext = document.getElementById("arctext");
		ctext.style.fontSize = fsize +"px";
	}
//-->
