<!--
var app;
var ver;
app = navigator.appName;
ver = navigator.appVersion;

if ((navigator.appVersion.indexOf("Mac") != -1))
    {document.write('<link rel=stylesheet href="http://www.honda.se/bil/css/mac.css" type="text/css">');}

else if (navigator.appVersion.indexOf("Win") != -1 && app.indexOf("Microsoft Internet Explorer") != -1 && ver.indexOf("4.") != -1)
    {document.write('<link rel=stylesheet href="http://www.honda.se/bil/css/pcie.css" type="text/css">');}

else if (navigator.appVersion.indexOf("Win") != -1 && app.indexOf("Netscape") != -1 && ver.indexOf("4.") != -1)
    {document.write('<link rel=stylesheet href="http://www.honda.se/bil/css/pcns.css" type="text/css">');}

else
    {document.write('<link rel=stylesheet href="http://www.honda.se/bil/css/mac.css" type="text/css">');}
// -->

