// JavaScript Document
document.writeln("<table cellpadding=\"0\" cellspacing=\"0\" class=\"products_specification\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>Rev. of Barrel (rpm)<\/td>");
document.writeln("      <td>Barrel Slope (%)<\/td>");
document.writeln("      <td>Max. Input Gas (&deg;C)<\/td>");
document.writeln("      <td>Power (Kw)<\/td>");
document.writeln("      <td>Capacity (t\/h)<\/td>");
document.writeln("      <td>Weight (t)<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td>&Phi;1.5 &times; 15<\/td>");
document.writeln("      <td>3<\/td>");
document.writeln("      <td>3-5<\/td>");
document.writeln("      <td>700<\/td>");
document.writeln("      <td>15-18.5<\/td>");
document.writeln("      <td>3-20<\/td>");
document.writeln("      <td>25.6<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>&Phi;1.5 &times; 12<\/td>");
document.writeln("      <td>2.8-4<\/td>");
document.writeln("      <td>3-5<\/td>");
document.writeln("      <td>700<\/td>");
document.writeln("      <td>15-17<\/td>");
document.writeln("      <td>2.7-17<\/td>");
document.writeln("      <td>22.3<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>&Phi;1.5 &times; 10<\/td>");
document.writeln("      <td>2.8-4<\/td>");
document.writeln("      <td>3-5<\/td>");
document.writeln("      <td>700<\/td>");
document.writeln("      <td>13-15<\/td>");
document.writeln("      <td>2.7-17<\/td>");
document.writeln("      <td>17.9<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>&Phi;1.2 &times; 12<\/td>");
document.writeln("      <td>3-4<\/td>");
document.writeln("      <td>3-5<\/td>");
document.writeln("      <td>700<\/td>");
document.writeln("      <td>11-13<\/td>");
document.writeln("      <td>2.7-15<\/td>");
document.writeln("      <td>13.1<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>&Phi;1.0 &times; 10<\/td>");
document.writeln("      <td>3.8-5<\/td>");
document.writeln("      <td>3-5<\/td>");
document.writeln("      <td>700<\/td>");
document.writeln("      <td>5.5-7.5<\/td>");
document.writeln("      <td>2.2-10<\/td>");
document.writeln("      <td>7.5<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>&Phi;0.8 &times; 10<\/td>");
document.writeln("      <td>3.8-5<\/td>");
document.writeln("      <td>3-5<\/td>");
document.writeln("      <td>700<\/td>");
document.writeln("      <td>4-6<\/td>");
document.writeln("      <td>1.8-10<\/td>");
document.writeln("      <td>3.8<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>&Phi;0.6 &times; 10<\/td>");
document.writeln("      <td>3.8-5<\/td>");
document.writeln("      <td>3-5<\/td>");
document.writeln("      <td>700<\/td>");
document.writeln("      <td>4-6<\/td>");
document.writeln("      <td>1.5-9<\/td>");
document.writeln("      <td>3.2<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>&Phi;1.8 &times; 14<\/td>");
document.writeln("      <td>2.4<\/td>");
document.writeln("      <td>3-5<\/td>");
document.writeln("      <td>700<\/td>");
document.writeln("      <td>18.5<\/td>");
document.writeln("      <td>3-12<\/td>");
document.writeln("      <td>29<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>&Phi;2.2 &times; 12<\/td>");
document.writeln("      <td>2.4<\/td>");
document.writeln("      <td>3-5<\/td>");
document.writeln("      <td>700<\/td>");
document.writeln("      <td>22<\/td>");
document.writeln("      <td>5-16<\/td>");
document.writeln("      <td>33<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>&Phi;2.4 &times; 18<\/td>");
document.writeln("      <td>2.4<\/td>");
document.writeln("      <td>3-5<\/td>");
document.writeln("      <td>700<\/td>");
document.writeln("      <td>30<\/td>");
document.writeln("      <td>8-20<\/td>");
document.writeln("      <td>33<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");
