// JavaScript Document
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"8\">Three-crush<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>Spec. <br \/>");
document.writeln("        (mm)<\/td>");
document.writeln("      <td>Feed Opening <br \/>");
document.writeln("        (mm)<\/td>");
document.writeln("      <td>Max. Feed Size<br \/>");
document.writeln("        (mm)<\/td>");
document.writeln("      <td> Capacity<br \/>");
document.writeln("        (t\/h)<\/td>");
document.writeln("      <td>Power <br \/>");
document.writeln("        (Kw)<\/td>");
document.writeln("      <td>Weight<br \/>");
document.writeln("        (t)<\/td>");
document.writeln("      <td>Overall Dimension (L&times;W&times;H)<br \/>");
document.writeln("        (mm)<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td>PFW1210III<\/td>");
document.writeln("      <td>&Phi;1150&times;960<\/td>");
document.writeln("      <td>570&times;990<\/td>");
document.writeln("      <td>250<\/td>");
document.writeln("      <td>70-120<\/td>");
document.writeln("      <td>90-110<\/td>");
document.writeln("      <td>15.0<\/td>");
document.writeln("      <td>2550&times;1870&times;2100<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>PFW1214III<\/td>");
document.writeln("      <td>&Phi;1150&times;1400<\/td>");
document.writeln("      <td>570&times;1430<\/td>");
document.writeln("      <td>250<\/td>");
document.writeln("      <td>90-170<\/td>");
document.writeln("      <td>132-160<\/td>");
document.writeln("      <td>19.0<\/td>");
document.writeln("      <td>2550&times;2310&times;2100<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>PFW1315III<\/td>");
document.writeln("      <td>&Phi;1300&times;1500<\/td>");
document.writeln("      <td>625&times;1530<\/td>");
document.writeln("      <td>300<\/td>");
document.writeln("      <td>180-270<\/td>");
document.writeln("      <td>160-200<\/td>");
document.writeln("      <td>25.0<\/td>");
document.writeln("      <td>2960&times;2570&times;2380<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>PFW1318III<\/td>");
document.writeln("      <td>&Phi;1300&times;1800<\/td>");
document.writeln("      <td>625&times;1830<\/td>");
document.writeln("      <td>300<\/td>");
document.writeln("      <td>220-300<\/td>");
document.writeln("      <td>200-250<\/td>");
document.writeln("      <td>30.0<\/td>");
document.writeln("      <td>2960&times;2870&times;2380<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\" style=\"margin-top:10px;\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"8\">Two-crush<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>Spec. <br \/>");
document.writeln("        (mm)<\/td>");
document.writeln("      <td>Feed Opening <br \/>");
document.writeln("        (mm)<\/td>");
document.writeln("      <td>Max. Feed Size<br \/>");
document.writeln("        (mm)<\/td>");
document.writeln("      <td> Capacity<br \/>");
document.writeln("        (t\/h)<\/td>");
document.writeln("      <td>Power <br \/>");
document.writeln("        (Kw)<\/td>");
document.writeln("      <td>Weight<br \/>");
document.writeln("        (t)<\/td>");
document.writeln("      <td>Overall Dimension (L&times;W&times;H)<br \/>");
document.writeln("        (mm)<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td>PFW1210II<\/td>");
document.writeln("      <td>&Phi;1150&times;960<\/td>");
document.writeln("      <td>1100&times;1030<\/td>");
document.writeln("      <td>400<\/td>");
document.writeln("      <td>90-160<\/td>");
document.writeln("      <td>90-110<\/td>");
document.writeln("      <td>17.0<\/td>");
document.writeln("      <td>2400&times;1870&times;2550<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>PFW1214II<\/td>");
document.writeln("      <td>&Phi;1150&times;1400<\/td>");
document.writeln("      <td>1100&times;1430<\/td>");
document.writeln("      <td>500<\/td>");
document.writeln("      <td>130-200<\/td>");
document.writeln("      <td>132-160<\/td>");
document.writeln("      <td>22.0<\/td>");
document.writeln("      <td>2400&times;2310&times;2550<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>PFW1315II<\/td>");
document.writeln("      <td>&Phi;1300&times;1500<\/td>");
document.writeln("      <td>1200&times;1530<\/td>");
document.writeln("      <td>600<\/td>");
document.writeln("      <td>180-320<\/td>");
document.writeln("      <td>160-200<\/td>");
document.writeln("      <td>29.0<\/td>");
document.writeln("      <td>2700&times;2570&times;2800<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>PFW1318II<\/td>");
document.writeln("      <td>&Phi;1300&times;1800<\/td>");
document.writeln("      <td>1200&times;1830<\/td>");
document.writeln("      <td>700<\/td>");
document.writeln("      <td>240-400<\/td>");
document.writeln("      <td>200-250<\/td>");
document.writeln("      <td>34.0<\/td>");
document.writeln("      <td>2700&times;2870&times;2800<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");
