var zoom;
if(screen.width <= 1280)
{
	zoom =0.9;
	document.getElementById("zoom").style.zoom = 0.90;
	
}
if(screen.width <= 1152)
{
	//zoom =0.99;
	document.getElementById("zoom").style.zoom = 0.7;
}
