// 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-1010 key Specifications:<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody><tr>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>PF-1010<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Spec (mm) <\/td>");
document.writeln("      <td>&Phi;1000&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>50-80<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Power (kw)<\/td>");
document.writeln("      <td>55-75<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Weight (Excluding Electric Moter) (t)<\/td>");
document.writeln("      <td>12.6<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Overall Dimensions(L&times;W&times;H)(mm) <\/td>");
document.writeln("      <td>2440&times;2250&times;2630<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");