// JavaScript Document
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td>Belt Width (mm)<\/td>");
document.writeln("      <td colspan=\"3\">Belt Length (m) \/Power (Kw)<\/td>");
document.writeln("      <td>Belt Speed (m\/S)<\/td>");
document.writeln("      <td>Capacity (t\/h)<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td>400<\/td>");
document.writeln("      <td>&le;12\/1.5<\/td>");
document.writeln("      <td>12~20\/2.2<\/td>");
document.writeln("      <td>20~25\/3<\/td>");
document.writeln("      <td>0.8~2.0<\/td>");
document.writeln("      <td>40~80<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>500<\/td>");
document.writeln("      <td>&le;12\/3<\/td>");
document.writeln("      <td>12~30\/4<\/td>");
document.writeln("      <td>20~30\/ 5.5<\/td>");
document.writeln("      <td>0.8~2.0<\/td>");
document.writeln("      <td>78~191<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>650<\/td>");
document.writeln("      <td>&le;12\/4<\/td>");
document.writeln("      <td>12~20\/5.5<\/td>");
document.writeln("      <td>20~30\/7.5<\/td>");
document.writeln("      <td>0.8~2.0<\/td>");
document.writeln("      <td>131~323<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>800<\/td>");
document.writeln("      <td>&le;10\/4<\/td>");
document.writeln("      <td>10~15\/5.5<\/td>");
document.writeln("      <td>15~25\/7.5<\/td>");
document.writeln("      <td>1.0~2.0<\/td>");
document.writeln("      <td>278~546<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>1000<\/td>");
document.writeln("      <td>&le;10\/5.5<\/td>");
document.writeln("      <td>10~20\/7.5<\/td>");
document.writeln("      <td>20~25\/11<\/td>");
document.writeln("      <td>1.0~2.0<\/td>");
document.writeln("      <td>435~853<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>1200<\/td>");
document.writeln("      <td>&le;10\/7.5<\/td>");
document.writeln("      <td>10~20\/11<\/td>");
document.writeln("      <td>20~25\/15<\/td>");
document.writeln("      <td>1.0~2.0<\/td>");
document.writeln("      <td>655~1284<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");