// JavaScript Document
document.writeln("<table cellpadding=\"0\" cellspacing=\"0\" class=\"products_single\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"2\">Cone Crusher PYZ600 key Specifications:<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>PYZ600<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Diameter of Bottom End of Conical Crushing Head (mm)<\/td>");
document.writeln("      <td>600<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Max. Feed Size (mm)<\/td>");
document.writeln("      <td>35<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Adjustable Range of Discharge Opening (mm)<\/td>");
document.writeln("      <td>3~13<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Crushing Capacity (t\/h)<\/td>");
document.writeln("      <td>5~23<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Motor Power (Kw)<\/td>");
document.writeln("      <td>30<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Rev. of Eccentric Shaft<\/td>");
document.writeln("      <td>356<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Weight (t)<\/td>");
document.writeln("      <td>5.3<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Overall Dimension (mm)<\/td>");
document.writeln("      <td>2234&times;1370&times;1675<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
