// 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-1210 key Specifications:<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody><tr>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>PF-1210<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Spec (mm) <\/td>");
document.writeln("      <td>&Phi;1250&times;1050<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Feed Opening (mm)<\/td>");
document.writeln("      <td>400&times;1080<\/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>70-120<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Power (kw)<\/td>");
document.writeln("      <td>110-132<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Weight (Excluding Electric Moter) (t)<\/td>");
document.writeln("      <td>14<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Overall Dimensions(L&times;W&times;H)(mm) <\/td>");
document.writeln("      <td>2700&times;2340&times;2870<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");