<!--var apver;var apName;apver = navigator.appVersion;apName = navigator.appName;if(navigator.platform.charAt(0)=="W"){	if(apName.charAt(0)=="N"){		if(apver.charAt(0)==4){			document.write('<link rel="stylesheet" href="style_nn.css" type="text/css">')		} else {			document.write('<link rel="stylesheet" href="style_w.css" type="text/css">')		}	} else {		document.write('<link rel="stylesheet" href="style_w.css" type="text/css">')	}} else if(navigator.platform.charAt(0)=="M"){	document.write('<link rel="stylesheet" href="style.css" type="text/css">')}//-->