
if (navigator.appName == "Netscape" && navigator.userAgent.indexOf("Win")!=-1) { // if Win och Netskräp
	document.write('<link rel="stylesheet" href="http://www.headlightab.com/sve/TopMenu/ie.css" type="text/css">');
	document.write('<link rel="stylesheet" href="http://www.headlightab.com/sve/common/css/style_nn.css" type="text/css">');
	//alert("nn");
} 
else if (navigator.appName == "Netscape") { // If Mac och Netskräp
	document.write('<link rel="stylesheet" href="http://www.headlightab.com/sve/TopMenu/ie.css" type="text/css">');
	document.write('<link rel="stylesheet" href="http://www.headlightab.com/sve/common/css/style.css" type="text/css">');
	//alert("mac_nn");
} 
else {
if (navigator.appName != "Netscape") // If other
	document.write('<link rel="stylesheet" href="http://www.headlightab.com/sve/TopMenu/ie.css" type="text/css">');
	document.write('<link rel="stylesheet" href="http://www.headlightab.com/sve/common/css/style.css" type="text/css">');
	//alert("IE");
}

