/*csschange*/
if (navigator.userAgent.indexOf("Gecko/")>=0){
document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/font/font-larger.css\" media=\"screen,print\">");
//document.write("<script type=\"text/javascript\" src=\"js/jquery.js\"></script>");
//document.write("<script type=\"text/javascript\" src=\"js/hovertip.js\"></script>");
//document.write("<script type=\"text/javascript\" src=\"js/function.js\"></script>");
//document.write("<script type=\"text/javascript\" src=\"js/minmax.js\"></script>");
} else if(navigator.userAgent.indexOf("AppleWebKit")>=0){
document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/font/font-larger.css\" media=\"screen,print\">");
document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/import/apple.css\" media=\"screen,print\">");
//document.write("<script type=\"text/javascript\" src=\"js/jquery.js\"></script>");
//document.write("<script type=\"text/javascript\" src=\"js/hovertip.js\"></script>");
//document.write("<script type=\"text/javascript\" src=\"js/function.js\"></script>");
//document.write("<script type=\"text/javascript\" src=\"js/minmax.js\"></script>");
} else {
		if (navigator.userAgent.indexOf("Mac")>=0){
		document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/font/font-smaller.css\" media=\"screen,print\">");
		} else if(navigator.userAgent.indexOf('MSIE ')!=-1) {
		var p=navigator.userAgent.indexOf('MSIE ');
		var v=parseInt( navigator.userAgent.substring(p+5, p+6) );
		if(v<6) {
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/font/font-smaller.css\" media=\"screen,print\">");
//			document.write("<script type=\"text/javascript\" src=\"js/jquery.js\"></script>");
//			document.write("<script type=\"text/javascript\" src=\"js/hovertip.js\"></script>");
//			document.write("<script type=\"text/javascript\" src=\"js/function.js\"></script>");
//			document.write("<script type=\"text/javascript\" src=\"js/minmax.js\"></script>");
		} else {
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/font/font-smaller.css\" media=\"screen,print\">");
//			document.write("<script type=\"text/javascript\" src=\"js/jquery.js\"></script>");
//			document.write("<script type=\"text/javascript\" src=\"js/hovertip.js\"></script>");
//			document.write("<script type=\"text/javascript\" src=\"js/function.js\"></script>");
//			document.write("<script type=\"text/javascript\" src=\"js/minmax.js\"></script>");
		}
	} else {
		document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/font/font-smaller.css\" media=\"screen,print\">");
//		document.write("<script type=\"text/javascript\" src=\"js/jquery.js\"></script>");
//		document.write("<script type=\"text/javascript\" src=\"js/hovertip.js\"></script>");
//		document.write("<script type=\"text/javascript\" src=\"js/function.js\"></script>");
//		document.write("<script type=\"text/javascript\" src=\"js/minmax.js\"></script>");
	}
}