if(navigator.appVersion.indexOf("Mac",0) != -1){
	if(navigator.appName.indexOf("Microsoft",0) != -1 && navigator.appVersion.indexOf("MSIE 5",0) != -1){
		document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"./css/fontmac96dpi.css\" title=\"fontproperty\" />");
	}else if(navigator.appName.indexOf("Netscape",0) != -1 && navigator.appVersion.indexOf("5.0",0) != -1){
		document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"./css/fontmac96dpi.css\" title=\"fontproperty\" />");
	}else{
		document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"./css/fontmac.css\" title=\"fontproperty\" />");
	}
}else if(navigator.appName.indexOf("Netscape",0) != -1 && navigator.appVersion.indexOf("5.0",0) != -1){
	document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"./css/fontNN6.css\" title=\"fontproperty\" />");
}else{
	document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"./css/font.css\" title=\"fontproperty\" />");
}


function subWinOpen(){
	window.open("subwin.html","window1","status=yes,width=300,height=340,scrollbars=no,menubar=no,toolbar=no,location=no,resizable=yes,directories=no")
}
