if ((navigator.userAgent.indexOf("Win") != -1)) {
	if ((navigator.appName == "Microsoft Internet Explorer")) {
		document.write("<LINK rel=\"stylesheet\" href=\"../script/style_win_ie.css\" type=\"text/css\">");
	}
	if ((navigator.appName == "Netscape")) {
		document.write("<LINK rel=\"stylesheet\" href=\"../script/style_win_ns.css\" type=\"text/css\">");
	}
}
else if ((navigator.userAgent.indexOf("Mac") != -1)) {
	if ((navigator.appName == "Microsoft Internet Explorer")) {
		document.write("<LINK rel=\"stylesheet\" href=\"../script/style_mac_ie.css\" type=\"text/css\">");
	}
	if ((navigator.appName == "Netscape")) {
		document.write("<LINK rel=\"stylesheet\" href=\"../script/style_mac_ns.css\" type=\"text/css\">");
	}
}
else {
	document.write("<LINK rel=\"stylesheet\" href=\"../script/style_other.css\" type=\"text/css\">");
}
// Skill-Tips All Right Reserved. info@Skill-Tips.com