// JavaScript Document
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <thead>");
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 (Excluding Motor)<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>PF-1010<\/td>");
document.writeln("      <td>&Phi;1000&times;1050<\/td>");
document.writeln("      <td>400&times;1080<\/td>");
document.writeln("      <td>350<\/td>");
document.writeln("      <td>50-80<\/td>");
document.writeln("      <td>55-75<\/td>");
document.writeln("      <td>12.6<\/td>");
document.writeln("      <td>2440&times;2250&times;2630<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>PF-1210<\/td>");
document.writeln("      <td>&Phi;1250&times;1050<\/td>");
document.writeln("      <td>400&times;1080<\/td>");
document.writeln("      <td>350<\/td>");
document.writeln("      <td>70-120<\/td>");
document.writeln("      <td>110-132<\/td>");
document.writeln("      <td>14<\/td>");
document.writeln("      <td>2700&times;2340&times;2870<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>PF-1214<\/td>");
document.writeln("      <td>&Phi;1250&times;1400<\/td>");
document.writeln("      <td>400&times;1430<\/td>");
document.writeln("      <td>350<\/td>");
document.writeln("      <td>80-160<\/td>");
document.writeln("      <td>132-160<\/td>");
document.writeln("      <td>18.6<\/td>");
document.writeln("      <td>2700&times;2440&times;2900<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>PF-1315<\/td>");
document.writeln("      <td>&Phi;1300&times;1500<\/td>");
document.writeln("      <td>860&times;1520<\/td>");
document.writeln("      <td>350<\/td>");
document.writeln("      <td>160-260<\/td>");
document.writeln("      <td>180-260<\/td>");
document.writeln("      <td>24.2<\/td>");
document.writeln("      <td>2860&times;2800&times;3050<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>PFV-1010<\/td>");
document.writeln("      <td>&Phi;1000&times;1050<\/td>");
document.writeln("      <td>400&times;1080<\/td>");
document.writeln("      <td>350<\/td>");
document.writeln("      <td>50-80<\/td>");
document.writeln("      <td>55-75<\/td>");
document.writeln("      <td>12<\/td>");
document.writeln("      <td>2440&times;2250&times;2630<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>PFV-1210<\/td>");
document.writeln("      <td>&Phi;1250&times;1050<\/td>");
document.writeln("      <td>400&times;1080<\/td>");
document.writeln("      <td>350<\/td>");
document.writeln("      <td>70-150<\/td>");
document.writeln("      <td>110-132<\/td>");
document.writeln("      <td>15.2<\/td>");
document.writeln("      <td>2690&times;2338&times;2890<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>PFV-1214<\/td>");
document.writeln("      <td>&Phi;1250&times;1400<\/td>");
document.writeln("      <td>400&times;1430<\/td>");
document.writeln("      <td>350<\/td>");
document.writeln("      <td>100-200<\/td>");
document.writeln("      <td>132-160<\/td>");
document.writeln("      <td>18.6<\/td>");
document.writeln("      <td>2690&times;2688&times;2890<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>PFV-1315<\/td>");
document.writeln("      <td>&Phi;1320&times;1500<\/td>");
document.writeln("      <td>860&times;1520<\/td>");
document.writeln("      <td>350<\/td>");
document.writeln("      <td>150-300<\/td>");
document.writeln("      <td>180-220<\/td>");
document.writeln("      <td>24.5<\/td>");
document.writeln("      <td>3096&times;3273&times;2667<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");