<!--

//__________________________________
if(navigator.userAgent.indexOf("Win")!=-1){
if(navigator.appName.charAt(0)=="N"){
//Win-NN
document.write ('<link href="css/win-nn.css" rel="stylesheet" type="text/css">')
}
if(navigator.appName.charAt(0)=="M"){
//Win-IE
document.write ('<link href="css/win-ie.css" rel="stylesheet" type="text/css">')
}
}
	
//__________________________________
if(navigator.userAgent.indexOf("Mac")!=-1){
if(navigator.appName.charAt(0)=="N"){
//Mac-NN
//base.css
}
if(navigator.appName.charAt(0)=="M"){
//Mac-IE
document.write ('<link href="css/mac-ie.css" rel="stylesheet" type="text/css">')
}
}	

-->