// JavaScript Document
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td rowspan=\"2\">Model<\/td>");
document.writeln("      <td colspan=\"2\">Capacity (t\/h)<\/td>");
document.writeln("      <td colspan=\"2\">Max Feed Size (mm)<\/td>");
document.writeln("      <td rowspan=\"2\">Rotation Speed (r\/min)<\/td>");
document.writeln("      <td rowspan=\"2\">Double Motor Power (Kw)<\/td>");
document.writeln("      <td rowspan=\"2\">Overall Dimension L&times;W&times;H (mm)<\/td>");
document.writeln("      <td rowspan=\"2\">Weight (t)<\/td>");
document.writeln("      <td rowspan=\"2\">Power Supply<\/td>");
document.writeln("      <td rowspan=\"2\">Vibrating Sensor<\/td>");
document.writeln("      <td colspan=\"4\">Lubrication and hydraulic station<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Feed Both at center and at sides<\/td>");
document.writeln("      <td>Feed at center<\/td>");
document.writeln("      <td>Soft Material<\/td>");
document.writeln("      <td>Hard Material<\/td>");
document.writeln("      <td>Double Motor Power<\/td>");
document.writeln("      <td>Safely Assuance<\/td>");
document.writeln("      <td>Overall Demension L&times;W&times;H (mm)<\/td>");
document.writeln("      <td>Power of oil tank heater<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td>VSI7611<\/td>");
document.writeln("      <td>120-180<\/td>");
document.writeln("      <td>60-90<\/td>");
document.writeln("      <td>&lt;35<\/td>");
document.writeln("      <td>&lt;30<\/td>");
document.writeln("      <td>1700-1890<\/td>");
document.writeln("      <td>110<\/td>");
document.writeln("      <td>3700&times;2150&times;2100<\/td>");
document.writeln("      <td>7.8<\/td>");
document.writeln("      <td rowspan=\"4\">380V, 50 Hz<\/td>");
document.writeln("      <td rowspan=\"4\">Detect Range:0.1-20 mm\/s Continous and Adjustable<\/td>");
document.writeln("      <td rowspan=\"4\">2&times;0.31 Kw<\/td>");
document.writeln("      <td rowspan=\"4\">Double oil pumps assure enough oil supply: automatic switch off with no oil stream or hydraulic strength; lower the temperature with cool water in summer; raise the temperature with motor in winter<\/td>");
document.writeln("      <td rowspan=\"4\">820&times;520&times;1270<\/td>");
document.writeln("      <td rowspan=\"4\">2 Kw<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>VSI8518<\/td>");
document.writeln("      <td>200-260<\/td>");
document.writeln("      <td>100-130<\/td>");
document.writeln("      <td>&lt;40<\/td>");
document.writeln("      <td>&lt;35<\/td>");
document.writeln("      <td>1520-1690<\/td>");
document.writeln("      <td>180<\/td>");
document.writeln("      <td>4140&times;2280&times;2425<\/td>");
document.writeln("      <td>10.3<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>VSI9526<\/td>");
document.writeln("      <td>300-380<\/td>");
document.writeln("      <td>150-190<\/td>");
document.writeln("      <td>&lt;45<\/td>");
document.writeln("      <td>&lt;40<\/td>");
document.writeln("      <td>1360-1510<\/td>");
document.writeln("      <td>264<\/td>");
document.writeln("      <td>4560&times;2447&times;2778<\/td>");
document.writeln("      <td>16<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr bgcolor=\"#d1e0eb\">");
document.writeln("      <td>VSI1140<\/td>");
document.writeln("      <td>450-520<\/td>");
document.writeln("      <td>225-260<\/td>");
document.writeln("      <td>&lt;50<\/td>");
document.writeln("      <td>&lt;45<\/td>");
document.writeln("      <td>1180-1310<\/td>");
document.writeln("      <td>400<\/td>");
document.writeln("      <td>5000&times;2700&times;3300<\/td>");
document.writeln("      <td>22<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");
document.writeln("");
