var width = 0, height = 0; if (window.screen) { width = window.screen.width; height = window.screen.height; } if (width > 1910 && height > 1050) { document.body.style.backgroundImage = 'url(data/wallpers/bricks.jpg)'; }