function SizeChange(size) {
  document.body.style.zoom = size;
}
