if((is.windows) && (is.ie)){
	document.write("<link rel=\"stylesheet\" href=\"/education/css/style_pc_ie.css\">");
	//alert("<link rel=\"stylesheet\" href=\"/education/css/navstyle_pc_ie.css\">");
	document.write("<link rel=\"stylesheet\" href=\"/education/css/style_dynamic_2.5styles.css\">");
}
else if((is.windows) && (is.ns)){
	document.write("<link rel=\"stylesheet\" href=\"/education/css/style_pc_ns.css\">");
	//alert("<link rel=\"stylesheet\" href=\"/education/css/navstyle_pc_ns.css\">");
	document.write("<link rel=\"stylesheet\" href=\"/education/css/style_dynamic_2.5styles.css\">");
}
else if((is.mac) && (is.ie)){
	document.write("<link rel=\"stylesheet\" href=\"/education/css/style_mac_ie.css\">");
	//alert("<link rel=\"stylesheet\" href=\"/education/css/navstyle_mac_ie.css\">");
	document.write("<link rel=\"stylesheet\" href=\"/education/css/style_dynamic_2.5styles.css\">");
}
else if((is.mac) && (is.ns)){
	document.write("<link rel=\"stylesheet\" href=\"/education/css/style_mac_ns.css\">");
	//alert("<link rel=\"stylesheet\" href=\"/education/css/navstyle_mac_ns.css\">");
	document.write("<link rel=\"stylesheet\" href=\"/education/css/style_dynamic_2.5styles.css\">");
}