
if((navigator.appName == "Netscape")&&(document.getElementById)){ 
document.write('<link rel="stylesheet" href="/scripte/styles_global_nn6.css" type="text/css">');

}else{

style 	= 'styles_'+((navigator.appVersion.indexOf('Mac') > -1) ? 'mac_' : 'dose_')+((navigator.appName.indexOf('Explorer') > -1) ? 'explorer' : 'netscape')+'.css';
document.write('<link rel="stylesheet" href="scripte/'+style+'" type="text/css">'); 
}
