//for mac apply extra style sheet
<!--
if(navigator.appVersion.indexOf('Mac')!=-1){ 
  if (navigator.appName.indexOf('Netscape')!=-1 && parseInt(navigator.appVersion)>4) {
	document.write('<link href="/european_road_freight/allways_mac_ns.css" rel="stylesheet" type="text/css">');
  } else {
	if (navigator.appName.indexOf('Microsoft Internet Explorer')!=-1){
		document.write('<link href="/european_road_freight/allways_mac_ie.css" rel="stylesheet" type="text/css">');
	}
  }
}

var agt=navigator.userAgent.toLowerCase();
if( (agt.indexOf("win")!=-1)){if(navigator.appName=="Netscape"){ 
document.write('<link href="/european_road_freight/allways_pc_ns.css" rel="stylesheet" type="text/css">');

}

}
-->

