// JavaScript Document
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\" class=\"products_single\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"2\">Jaw Crusher PE-1200 &times; 1500 key Specifications:<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td>Feed Opening(mm) <\/td>");
document.writeln("      <td>1200&times;1500<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Max Feeding Size(mm) <\/td>");
document.writeln("      <td>1020<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Adjustment of Range Discharging Opening(mm) <\/td>");
document.writeln("      <td>150-300<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Capacity(t)<\/td>");
document.writeln("      <td>400-1000<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Power(kw)<\/td>");
document.writeln("      <td>160-220<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Weight(t)<\/td>");
document.writeln("      <td>100.9<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Overall Dimension(mm) <\/td>");
document.writeln("      <td>4220 &times; 3750 &times; 3820<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");