function checkRes() {
    var xRes;
    xRes = screen.width;
    if (xRes < 1000) {
        document.getElementById('blueant').style.top = '540px'; }}