<!--
if((is.windows) && (is.ie)){
	document.write("<link rel=\"stylesheet\" href=\"/_inc/css/pc_ie_flyout_style.css\">");
	//alert("<link rel=\"stylesheet\" href=\"/education/css/navstyle_pc_ie.css\">");
}
else if((is.windows) && (is.ns4)){
	document.write("<link rel=\"stylesheet\" href=\"/_inc/css/pc_ns_flyout_style.css\">");
	//alert("<link rel=\"stylesheet\" href=\"/education/css/navstyle_pc_ns.css\">");
}
else if((is.windows) && (is.ns6)){
	document.write("<link rel=\"stylesheet\" href=\"/_inc/css/pc_ns6_flyout_style.css\">");
	//alert("<link rel=\"stylesheet\" href=\"/education/css/navstyle_pc_ns.css\">");
}
else if((is.mac) && (is.ie)){
	document.write("<link rel=\"stylesheet\" href=\"/_inc/css/mac_ie_flyout_style.css\">");
	//alert("<link rel=\"stylesheet\" href=\"/education/css/navstyle_mac_ie.css\">");
}
else if((is.mac) && (is.ns4)){
	document.write("<link rel=\"stylesheet\" href=\"/_inc/css/mac_ns_flyout_style.css\">");
	//alert("<link rel=\"stylesheet\" href=\"/education/css/navstyle_mac_ns.css\">");
}
else if((is.mac) && (is.ns6)){
	document.write("<link rel=\"stylesheet\" href=\"/_inc/css/mac_ns6_flyout_style.css\">");
	//alert("<link rel=\"stylesheet\" href=\"/education/css/navstyle_mac_ns.css\">");
}
-->