if(navigator.appVersion.indexOf("Mac",0) != -1){
	if(navigator.appName.indexOf("Microsoft",0) != -1){
		if(navigator.appVersion.indexOf("MSIE 5",0) != -1){
		/* mac ie 5 */
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../stylemac.css\" title=\"fontproperty\">");
		/* mac ie 4.5or4.01 */
		}else if(navigator.appVersion.indexOf("MSIE 4.5",0) != -1 || navigator.appVersion.indexOf("MSIE 4.01",0) != -1){
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../stylemac.css\" title=\"fontproperty\">");
		/* mac etc */
		}else{
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../stylemac.css\" title=\"fontproperty\">");
		}
	/* win etc */
	}else if(navigator.appVersion.indexOf("5.0",0) != -1){
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../stylewin.css\" title=\"fontproperty\">");
		/* win ie  */
		}else{
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../stylewin.css\" title=\"fontproperty\">");
		}
	}else{
		 if(navigator.appVersion.indexOf("MSIE",0) != -1){
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../stylewin.css\" title=\"fontproperty\">");
		}else{
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../stylewin.css\" title=\"fontproperty\">");
		}
}


