<!--
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

if(mac){
	document.write('<link rel="stylesheet" href="css/mac.css" type="text/css">');
}

else{
	if(ie){
	document.write('<link rel="stylesheet" href="css/wie.css" type="text/css">');
	}
	else{
	document.write('<link rel="stylesheet" href="css/wnn.css" type="text/css">');
	}
}

//-->

