if(navigator.appVersion.indexOf("Mac",0) != -1){	if(navigator.appName.indexOf("Microsoft",0) != -1){		if(navigator.appVersion.indexOf("MSIE 5",0) != -1){			document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/stylemacpx.css\" title=\"fontproperty\">");		}else if(navigator.appVersion.indexOf("MSIE 4.5",0) != -1 || navigator.appVersion.indexOf("MSIE 4.01",0) != -1){			document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/stylemac.css\" title=\"fontproperty\">");		}else{			document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/stylemacpt.css\" title=\"fontproperty\">");		}	}else{		if(navigator.appVersion.indexOf("5.0",0) != -1){			document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/stylemacpx.css\" title=\"fontproperty\">");		}else{			document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/stylemacpt.css\" title=\"fontproperty\">");		}	}}else{	if(navigator.appName.indexOf("Microsoft",0) != -1){		document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/stylewin.css\" title=\"fontproperty\">");	}else if ((navigator.appName.indexOf("Netscape",0) != -1) && (parseInt(navigator.vendorSub) >= 6)){		document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/stylewinn6.css\" title=\"fontproperty\">");	}else{		document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/stylewinn.css\" title=\"fontproperty\">");	}}
