// JavaScript Document
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>Feed Opening (mm)<\/td>");
document.writeln("      <td>Max Feed Size(mm)<\/td>");
document.writeln("      <td>Adjustable Range of Discharge Opening (mm)<\/td>");
document.writeln("      <td>Capacity (t\/h)<\/td>");
document.writeln("      <td>Electric power (kw)<\/td>");
document.writeln("      <td>Weight (t)<\/td>");
document.writeln("      <td>Overall size LxWxH (mm) <\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td>PE-150 &times; 250<\/td>");
document.writeln("      <td>150 &times; 250<\/td>");
document.writeln("      <td>125<\/td>");
document.writeln("      <td>10-40<\/td>");
document.writeln("      <td>1-5<\/td>");
document.writeln("      <td>5.5<\/td>");
document.writeln("      <td>0.81<\/td>");
document.writeln("      <td>875 &times; 758 &times; 850<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>PE-250 &times; 400<\/td>");
document.writeln("      <td>250 &times; 400<\/td>");
document.writeln("      <td>210<\/td>");
document.writeln("      <td>20-60<\/td>");
document.writeln("      <td>5-20<\/td>");
document.writeln("      <td>15<\/td>");
document.writeln("      <td>2.8<\/td>");
document.writeln("      <td>1450 &times; 1315 &times; 1296<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>PE-400 &times; 600<\/td>");
document.writeln("      <td>400 &times; 600<\/td>");
document.writeln("      <td>340<\/td>");
document.writeln("      <td>40-100<\/td>");
document.writeln("      <td>25-65<\/td>");
document.writeln("      <td>30<\/td>");
document.writeln("      <td>6.5<\/td>");
document.writeln("      <td>1565 &times; 1732 &times; 1586<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>PE-500 &times; 750<\/td>");
document.writeln("      <td>500 &times; 750<\/td>");
document.writeln("      <td>425<\/td>");
document.writeln("      <td>50-100<\/td>");
document.writeln("      <td>45-80<\/td>");
document.writeln("      <td>55<\/td>");
document.writeln("      <td>10.1<\/td>");
document.writeln("      <td>1892 &times; 2054 &times; 1853<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>PE-600 &times; 900<\/td>");
document.writeln("      <td>600 &times; 900<\/td>");
document.writeln("      <td>500<\/td>");
document.writeln("      <td>65-160<\/td>");
document.writeln("      <td>70-150<\/td>");
document.writeln("      <td>55-75<\/td>");
document.writeln("      <td>15.5<\/td>");
document.writeln("      <td>2520 &times; 1840 &times; 2303<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>PE-750 &times; 1060<\/td>");
document.writeln("      <td>750 &times; 1060<\/td>");
document.writeln("      <td>630<\/td>");
document.writeln("      <td>80-140<\/td>");
document.writeln("      <td>130-260<\/td>");
document.writeln("      <td>110<\/td>");
document.writeln("      <td>28<\/td>");
document.writeln("      <td>2320 &times; 2302 &times; 3110<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>PE-900 &times; 1200<\/td>");
document.writeln("      <td>900 &times; 1200<\/td>");
document.writeln("      <td>750<\/td>");
document.writeln("      <td>95-165<\/td>");
document.writeln("      <td>220-500<\/td>");
document.writeln("      <td>110-132<\/td>");
document.writeln("      <td>50<\/td>");
document.writeln("      <td>3789x2826x3025<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>PE-1000 &times; 1200<\/td>");
document.writeln("      <td>1000 &times; 1200<\/td>");
document.writeln("      <td>850<\/td>");
document.writeln("      <td>195-265<\/td>");
document.writeln("      <td>250-700<\/td>");
document.writeln("      <td>132<\/td>");
document.writeln("      <td>57<\/td>");
document.writeln("      <td>3889x2826x3025<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>PE-1200 &times; 1500<\/td>");
document.writeln("      <td>1200x1500<\/td>");
document.writeln("      <td>1020<\/td>");
document.writeln("      <td>150-300<\/td>");
document.writeln("      <td>400-1000<\/td>");
document.writeln("      <td>160-220<\/td>");
document.writeln("      <td>100.9<\/td>");
document.writeln("      <td>4200x3750x3820<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");
