if (navigator.platform.indexOf('Win') >= 0 || ((navigator.platform.indexOf('Mac') >= 0 && navigator.appName.indexOf('Netscape') >= 0) || (navigator.platform.indexOf('Mac') >= 0 && (navigator.appName.indexOf('Microsoft') >= 0 && navigator.appVersion.indexOf('5.') >= 0)))) {
	if (self.location.href.indexOf('english/') >= 0 || self.location.href.indexOf('alstom/') >= 0 || self.location.href.indexOf('general/') >= 0) {
		var path = '../';
	} else {
		var path = '';
	}
	document.writeln('<link rel="stylesheet" href="'+path+'_includes/styles.css">');
} 
else {
	document.writeln('<link rel="stylesheet" href="'+path+'_includes/styles_mac.css">');
}

