resize = function() {
    if(screen.width){
        if(screen.width>1024){
            document.getElementById("page").style.width="940px";
            }
        }
}

