// JavaScript Document
document.writeln("<table cellpadding=\"0\" cellspacing=\"0\" class=\"products_single\">");
document.writeln("  <thead>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"2\">Packing Machine main technical parameter <\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/thead>");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td>Model<\/td>");
document.writeln("      <td>LD1<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Meteromg Mode<\/td>");
document.writeln("      <td>Weighing Mode<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Feeding Mode<\/td>");
document.writeln("      <td>Double Screw<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Package Weight<\/td>");
document.writeln("      <td>5 ~ 25 Kg<br>");
document.writeln("10 ~ 50 Kg<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Packing Accuracy<\/td>");
document.writeln("      <td>&plusmn;0.2%<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Packing Rate<\/td>");
document.writeln("      <td>&le; 5 Bags\/min<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Total Power<\/td>");
document.writeln("      <td>380V\/50Hz<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Total Volume<\/td>");
document.writeln("      <td>1.2Kw<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td>Overall Dimension<\/td>");
document.writeln("      <td>3000 mm &times; 1600mm &times; 2100mm<br>");
document.writeln("(Change with conveyor belt)<\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/tbody>");
document.writeln("<\/table>");