// Stillmallsvaeljare

if  
((navigator.appVersion.indexOf("Mac") != -1) && (navigator.appName.indexOf("Netscape") != -1))
{
document.write('<link rel="stylesheet" href="/Prod/triss/triss.nsf/shared/macnstest.css" type="text/css">');
}
else if 
((navigator.appVersion.indexOf("Mac") != -1) && (navigator.appName.indexOf("Microsoft Internet Explorer") != -1))
{
document.write('<link rel="stylesheet" href="/Prod/triss/triss.nsf/shared/macietest.css" type="text/css">');
}
else if 
((navigator.appVersion.indexOf("Win") != -1) && (navigator.appName.indexOf("Netscape") != -1))
{
document.write('<link rel="stylesheet" href="/Prod/triss/triss.nsf/shared/winnstest.css" type="text/css">');
}
else if 
((navigator.appVersion.indexOf("Win") != -1) && (navigator.appName.indexOf("Microsoft Internet Explorer") != -1))
{
document.write('<link rel="stylesheet" href="/Prod/triss/triss.nsf/shared/winietest.css" type="text/css">');
}
else
{
document.write('<link rel="stylesheet" href="/Prod/triss/triss.nsf/shared/annantest.css" type="text/css">');
}

//Default browsercheck, added to all scripts!
function checkBrowser(){
 this.ver=navigator.appVersion
 this.dom=document.getElementById?1:0
 this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
 this.ie4=(document.all && !this.dom)?1:0;
 this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
 this.ns4=(document.layers && !this.dom)?1:0;
 this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5)
 return this
}
bw=/*new*/ checkBrowser()

//-->

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
