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=\"product.asp\"><img src=\"images/02.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"温州泰盛包装材料\" /></a></td>");
document.write("                  <td><a href=\"product.asp\"><img src=\"images/01.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"温州泰盛包装材料\" /></a></td>");
document.write("                  <td><a href=\"product.asp\"><img src=\"images/about.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"温州泰盛包装材料\" /></a></td>");
document.write("                  <td><a href=\"product.asp\"><img src=\"images/2009312034434248.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"温州泰盛包装材料\" /></a></td>");
document.write("                  <td><a href=\"product.asp\"><img src=\"images/P5.jpg\" width=\"133\" height=\"135\" hspace=\"2\" border=\"0\" alt=\"温州泰盛包装材料\" /></a></td>");
document.write("                  <td><a href=\"product.asp\"><img src=\"images/cf.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)}