document.write("<table width=\"770\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("    <tr> ");

document.write("      <td width=\"770\" height=\"110\" align=\"center\" class=\"border01\">");
document.write("      <div id=demo style=overflow:hidden;width:770;align=\"center\">");
document.write("        <table border=0 align=center cellpadding=1 cellspacing=\"1\" cellspace=0 >");
document.write("          <tr>");
document.write("           <td valign=top id=demo1> ");
document.write("             <table width=\"770\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("               <tr align=\"center\"> ");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A1.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A2.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A3.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A4.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A5.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A6.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A7.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A8.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A9.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A10.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A11.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A12.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A13.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A14.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A15.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("                  <td><a href=\"class.asp\"><img src=\"Pro/A16.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"包装产品\" /></a></td>");
document.write("    		</tr>");
document.write("  	     </table>");
document.write("           </td>");
document.write("	   <td id=demo2 valign=top></td>");
document.write("         </tr>");
document.write("       </table>");
document.write("      </div>");
document.write("      </td>");
document.write("    </tr>");
document.write("  </table>");


  var speed=18
  demo2.innerHTML=demo1.innerHTML
  function Marquee(){
  if(demo.scrollLeft>=demo1.scrollWidth)
  demo.scrollLeft=0
  else{
  demo.scrollLeft++
  }
  }
  var MyMar=setInterval(Marquee,speed)
  demo.onmouseover=function() {clearInterval(MyMar)}
  demo.onmouseout=function() {MyMar=setInterval(Marquee,speed)}
