// JavaScript Document
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\" class=\"products_single\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("    <td colspan=\"2\">Impact Crusher PF-1214 key Specifications:<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody><tr>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>PF-1214<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Spec (mm) <\/td>");
document.writeln("      <td>&Phi;1250&times;1400<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Feed Opening (mm)<\/td>");
document.writeln("      <td>400&times;1430<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Max Feed Size (mm) <\/td>");
document.writeln("      <td>350<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Capacity (t\/h)<\/td>");
document.writeln("      <td>80-160<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Power (kw)<\/td>");
document.writeln("      <td>132-160<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Weight (Excluding Electric Moter) (t)<\/td>");
document.writeln("      <td>18.6<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Overall Dimensions(L&times;W&times;H)(mm) <\/td>");
document.writeln("      <td>2700&times;2440&times;2900<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");