// JavaScript Document
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\" class=\"products_specification\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>Cavity  (coarse\/fine)<\/td>");
document.writeln("      <td>Discharge setting min. (mm)<\/td>");
document.writeln("      <td>Feed opening (mm)<\/td>");
document.writeln("      <td>Capacity (t\/h)<\/td>");
document.writeln("      <td>Power (kw)<\/td>");
document.writeln("      <td>Weight (t)<\/td>");
document.writeln("      <td>Movable Cone Diameter (mm)<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td rowspan=\"2\">HPC-160<\/td>");
document.writeln("      <td>C<\/td>");
document.writeln("      <td>13<\/td>");
document.writeln("      <td>150<\/td>");
document.writeln("      <td>120-240<\/td>");
document.writeln("      <td rowspan=\"2\">160<\/td>");
document.writeln("      <td rowspan=\"2\">13<\/td>");
document.writeln("      <td rowspan=\"2\">950<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>F<\/td>");
document.writeln("      <td>6<\/td>");
document.writeln("      <td>76<\/td>");
document.writeln("      <td>55-180<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td rowspan=\"2\">HPC-220<\/td>");
document.writeln("      <td>C<\/td>");
document.writeln("      <td>13<\/td>");
document.writeln("      <td>225<\/td>");
document.writeln("      <td>150-430<\/td>");
document.writeln("      <td rowspan=\"2\">220<\/td>");
document.writeln("      <td rowspan=\"2\">18<\/td>");
document.writeln("      <td rowspan=\"2\">1160<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>F<\/td>");
document.writeln("      <td>6<\/td>");
document.writeln("      <td>86<\/td>");
document.writeln("      <td>90-260<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td rowspan=\"2\">HPC-315<\/td>");
document.writeln("      <td>C<\/td>");
document.writeln("      <td>13<\/td>");
document.writeln("      <td>290<\/td>");
document.writeln("      <td>190-610<\/td>");
document.writeln("      <td rowspan=\"2\">315<\/td>");
document.writeln("      <td rowspan=\"2\">26<\/td>");
document.writeln("      <td rowspan=\"2\">1400<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>F<\/td>");
document.writeln("      <td>6<\/td>");
document.writeln("      <td>100<\/td>");
document.writeln("      <td>108-320<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td rowspan=\"2\">HPC-400<\/td>");
document.writeln("      <td>C<\/td>");
document.writeln("      <td>13<\/td>");
document.writeln("      <td>320<\/td>");
document.writeln("      <td>230-700<\/td>");
document.writeln("      <td rowspan=\"2\">400<\/td>");
document.writeln("      <td rowspan=\"2\">33<\/td>");
document.writeln("      <td rowspan=\"2\">1500<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>F<\/td>");
document.writeln("      <td>6<\/td>");
document.writeln("      <td>110<\/td>");
document.writeln("      <td>145-430<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");