// 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 XSD2610 key Specifications:<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>XSD2610<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Diameter of Impeller (mm)<\/td>");
document.writeln("      <td>&Phi;2600&times;1000<\/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>20-50<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Power (Kw)<\/td>");
document.writeln("      <td>7.5<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Weight (t)<\/td>");
document.writeln("      <td>2.68<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Overall Dimension (L&times;W&times;H) (mm)<\/td>");
document.writeln("      <td>3320 &times; 2125 &times; 2670<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");