function fontZoom(size){
 document.getElementById('fontZoom').style.fontSize=size+'px'
}
function SetBgColor(Color)
{
document.getElementById("fontzoom").style.backgroundColor=Color
}
