//<![CDATA[

if (location.pathname == "/ProductDetails.asp" )

if (location.search.indexOf("TechSpecs") != -1)
document.writeln("\n<LINK rel=\"stylesheet\" type=\"text/css\" name=\"tabs\" href=\"vspfiles/templates/c4/css/techspecs.css\">\n\n");
else if (location.search.indexOf("ExtInfo") != -1)
document.writeln("\n<LINK rel=\"stylesheet\" type=\"text/css\" name=\"tabs\" href=\"vspfiles/templates/c4/css/extinfo.css\">\n\n");
else
document.writeln("\n<LINK rel=\"stylesheet\" type=\"text/css\" name=\"tabs\" href=\"vspfiles/templates/c4/css/description.css\">\n\n");
//]]>