function changeCSS() {
    if(navigator.appName == "Microsoft Internet Explorer") {
        document.getElementById("styleIE").href="styleIE.css";
    }
}
