

window.onload = check_width

function check_width() {
   var correctwidth=1024;
   
			
   if (screen.width!=correctwidth) {									
   document.body.style.zoom = screen.width / correctwidth;				
   }
}