function FontZoom(fsize){
	var ctext = document.getElementById("ccdu_content");
	    ctext.style.fontSize = fsize +"px";
}