screen.height, screen.width
alert(window.devicePixelRatio*100)
if(devicePixelRatio) alert(devicePixelRatio*100); else alert(outerWidth/innerWidth*100);