<!--
var output = "<TR>\n";
output += "<TD ALIGN=\"left\" VALIGN=\"middle\" WIDTH=\"10%\" BGCOLOR=\"#CC3333\"><FONT COLOR=\"#ffffff\"><B>Application</B></font></TD>\n";
output += "<TD ALIGN=\"left\" VALIGN=\"middle\" width=\"10%\" BGCOLOR=\"#CC3333\"><FONT COLOR=\"#ffffff\"><B>Specs</B></FONT></TD>\n";
output += "<TD ALIGN=\"left\" VALIGN=\"middle\" width=\"15%\" BGCOLOR=\"#CC3333\"><FONT COLOR=\"#ffffff\"><B>Part&nbsp;#</B></font></TD>\n";
output += "<TD ALIGN=\"left\" VALIGN=\"middle\" WIDTH=\"10%\" BGCOLOR=\"#CC3333\"><FONT COLOR=\"#ffffff\"><B>Price</B></font></TD>\n";
output += "<TD ALIGN=\"left\" VALIGN=\"middle\" BGCOLOR=\"#CC3333\" width=\"5%\">&nbsp;</TD>\n";
output += "</TR>\n";
document.write(output);
//-->