// JavaScript Document
document.writeln("<table cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td>Model\\Parameter<\/td>");
document.writeln("      <td>Vibrating Screen<\/td>");
document.writeln("      <td>Impact Crusher<\/td>");
document.writeln("      <td>Belt Conveyor (down)<\/td>");
document.writeln("      <td>Belt Conveyor (up)<\/td>");
document.writeln("      <td>Belt Conveyor<\/td>");
document.writeln("      <td>Capacity (t\/h)<\/td>");
document.writeln("      <td>Power (Kw)<\/td>");
document.writeln("      <td>Remarks<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td>Y3S1548F1010<\/td>");
document.writeln("      <td>3YA1548<\/td>");
document.writeln("      <td>PF1010<\/td>");
document.writeln("      <td>B500&times;7M<\/td>");
document.writeln("      <td>&nbsp;<\/td>");
document.writeln("      <td>&nbsp;<\/td>");
document.writeln("      <td>30-275<\/td>");
document.writeln("      <td>70-90<\/td>");
document.writeln("      <td><\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>Y3S1848F1210<\/td>");
document.writeln("      <td>3YA1848<\/td>");
document.writeln("      <td>PF1210<\/td>");
document.writeln("      <td>B650&times;7M<\/td>");
document.writeln("      <td>&nbsp;<\/td>");
document.writeln("      <td>&nbsp;<\/td>");
document.writeln("      <td>56-330<\/td>");
document.writeln("      <td>128.5-150.5<\/td>");
document.writeln("      <td><\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Y3S1860F1214<\/td>");
document.writeln("      <td>3YA1860<\/td>");
document.writeln("      <td>PF1214<\/td>");
document.writeln("      <td>B650&times;8M<\/td>");
document.writeln("      <td>&nbsp;<\/td>");
document.writeln("      <td>&nbsp;<\/td>");
document.writeln("      <td>65-586<\/td>");
document.writeln("      <td>154-190<\/td>");
document.writeln("      <td><\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>Y3S2160F1315<\/td>");
document.writeln("      <td>3YA2160<\/td>");
document.writeln("      <td>PF1315<\/td>");
document.writeln("      <td>B800&times;8M<\/td>");
document.writeln("      <td>&nbsp;<\/td>");
document.writeln("      <td>&nbsp;<\/td>");
document.writeln("      <td>81-720<\/td>");
document.writeln("      <td>210-297<\/td>");
document.writeln("      <td><\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");