// 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-750 &times; 1060 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>750&times;1060<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Max Feeding Size(mm) <\/td>");
document.writeln("      <td>630<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Adjustment of Range Discharging Opening(mm) <\/td>");
document.writeln("      <td>80-140<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Capacity(t)<\/td>");
document.writeln("      <td>130-260<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Power(kw)<\/td>");
document.writeln("      <td>110<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Weight(t)<\/td>");
document.writeln("      <td>28<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Overall Dimension(mm) <\/td>");
document.writeln("      <td>2620 &times; 2302 &times; 3110<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");