<!--root-->
var Win = navigator.appVersion.indexOf('Win',0) != -1;
var Mac = navigator.appVersion.indexOf('Mac',0) != -1;

if (document.layers) {
<!--//NN—p//-->
	if(Mac){
	document.write('<LINK rel="stylesheet" href="css/mac/basic-m-nn.css" type="text/css"><LINK rel="stylesheet" href="css/mac/basic-m-nn-pt.css" type="text/css">');}
	else
	if(Win){
	document.write('<LINK rel="stylesheet" href="css/win/basic-w-nn.css" type="text/css"><LINK rel="stylesheet" href="css/win/basic-w-nn-pt.css" type="text/css">');}
	}
	
 else {
 <!--//IE—p//-->
	if(Mac){
	document.write('<LINK rel="stylesheet" href="css/mac/basic-m-ie.css" type="text/css"><LINK rel="stylesheet" href="css/mac/basic-m-ie-pt.css" type="text/css">');}
	else
	if(Win){
	document.write('<LINK rel="stylesheet" href="css/win/basic-w-ie.css" type="text/css"><LINK rel="stylesheet" href="css/win/basic-w-ie-pt.css" type="text/css">');}
	}

<!--//‘æ2ŠK‘w—p//-->
<!--
if (document.layers) 
{document.write('<LINK rel="stylesheet" href="../css/basic-nn.css" type="text/css"><LINK rel="stylesheet" href="../css/basic-nn.css" type="text/css">');}

 else
 {document.write('<LINK rel="stylesheet" href="../css/basic-ie.css" type="text/css"><LINK rel="stylesheet" href="../css/basic-ie.css" type="text/css">');}
-->