	function FontZoom(fsize){
		var ctext = document.getElementById("txt");
		ctext.style.fontSize = fsize +"px";
	}
	function cleartext(e) {
		e.value='';
		e.focus();
	}