function setfs(id){
  document.getElementById('Content').style.fontSize=id+"px";
}
