<!--

Mac  = (navigator.appVersion.indexOf("Mac") != -1);

if(Mac){
	document.writeln('<link rel="STYLESHEET" type="text/css" href="common/default_mac.css" title="Mac">');
}else{
	document.writeln('<link rel="STYLESHEET" type="text/css" href="common/default_win.css" title="default">');
}

// -->