// JavaScript Document
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\" class=\"products_specification\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"2\">Parameter   Model");
document.writeln("        Content<\/td>");
document.writeln("      <td>JC180&times;1300<\/td>");
document.writeln("      <td>JC250&times;1000<\/td>");
document.writeln("      <td>JC250&times;1200<\/td>");
document.writeln("      <td>JC400&times;600<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"2\">Feeding Opening (mm)<\/td>");
document.writeln("      <td>180&times;1300<\/td>");
document.writeln("      <td>250&times;1000<\/td>");
document.writeln("      <td>250&times;1300<\/td>");
document.writeln("      <td>400&times;600<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td colspan=\"2\">Max Feeding Size (mm)<\/td>");
document.writeln("      <td>150<\/td>");
document.writeln("      <td>220<\/td>");
document.writeln("      <td>220<\/td>");
document.writeln("      <td>350<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"2\">Discharge Setting (mm)<\/td>");
document.writeln("      <td>10-30<\/td>");
document.writeln("      <td>20-40<\/td>");
document.writeln("      <td>20-40<\/td>");
document.writeln("      <td>35-85<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td colspan=\"2\">Eccentric Shaft Rotation Speed (rpm)<\/td>");
document.writeln("      <td>320<\/td>");
document.writeln("      <td>330<\/td>");
document.writeln("      <td>330<\/td>");
document.writeln("      <td>250<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"2\">Theoretical Producing Capacity (t\/h)<\/td>");
document.writeln("      <td>12-35 <\/td>");
document.writeln("      <td>15-50 <\/td>");
document.writeln("      <td>20-50<\/td>");
document.writeln("      <td>15-70 <\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td rowspan=\"3\">Electric Motor <\/td>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>Y225M-6<\/td>");
document.writeln("      <td>Y225M-6<\/td>");
document.writeln("      <td>Y250M-6<\/td>");
document.writeln("      <td>Y225M-6<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Power (Kw)<\/td>");
document.writeln("      <td>30<\/td>");
document.writeln("      <td>30<\/td>");
document.writeln("      <td>37<\/td>");
document.writeln("      <td>37<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>Rotation Speed (rpm)<\/td>");
document.writeln("      <td>980<\/td>");
document.writeln("      <td>980<\/td>");
document.writeln("      <td>980<\/td>");
document.writeln("      <td>980<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"2\">Overall Dimension      (mm) (L&times;W&times;H)<\/td>");
document.writeln("      <td>1320 &times; 2150 &times; 1175<\/td>");
document.writeln("      <td>1400 &times; 1850 &times; 1310<\/td>");
document.writeln("      <td>1450 &times; 2050 &times; 1310<\/td>");
document.writeln("      <td>1920 &times; 1460 &times; 1840<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td colspan=\"2\">Weight (Kg)<\/td>");
document.writeln("      <td>6000<\/td>");
document.writeln("      <td>5600<\/td>");
document.writeln("      <td>6000<\/td>");
document.writeln("      <td>6800<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"2\">Supply Voltage (V)<\/td>");
document.writeln("      <td>380<\/td>");
document.writeln("      <td>380<\/td>");
document.writeln("      <td>380<\/td>");
document.writeln("      <td>380<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td colspan=\"2\">Supply Frequency (Hz)<\/td>");
document.writeln("      <td>50<\/td>");
document.writeln("      <td>50<\/td>");
document.writeln("      <td>50<\/td>");
document.writeln("      <td>50<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
