if (screen.width < 1024)
{
    var link;

    link = document.getElementsByTagName("link")[0];
    link.href = "menu1.css";
}


