// JavaScript Document
document.writeln("<table cellpadding=\"0\" cellspacing=\"0\" class=\"products_single\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"2\">Sand Washing Machine XSD3620 key Specifications:<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>XSD3620<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Diameter of Impeller (mm)<\/td>");
document.writeln("      <td>&Phi;3600&times;2000<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Feed Size (mm)<\/td>");
document.writeln("      <td>&le;10<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Capacity (t\/h)<\/td>");
document.writeln("      <td>120-180<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Power (Kw)<\/td>");
document.writeln("      <td>18.5<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Weight (t)<\/td>");
document.writeln("      <td>4.3<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Overall Dimension (L&times;W&times;H) (mm)<\/td>");
document.writeln("      <td>4500 &times; 3206 &times; 3480<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
