document.write("<table width=\"480\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("    <tr> ");

document.write("      <td width=\"480\" height=\"160\" align=\"center\" class=\"border01\" bgcolor=\"#bfbfbf\">");
document.write("      <div id=demo style=overflow:hidden;width:480;align=\"center\">");
document.write("        <table border=0 align=center cellpadding=1 cellspacing=\"1\" cellspace=0 >");
document.write("          <tr>");
document.write("           <td valign=top bgcolor=\"#bfbfbf\" id=demo1> ");
document.write("             <table width=\"90%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("               <tr align=\"center\"> ");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/01.JPG\" width=\"149\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/02.JPG\" width=\"216\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/03.JPG\" width=\"196\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/04.JPG\" width=\"213\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/05.JPG\" width=\"213\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/06.JPG\" width=\"211\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/07.JPG\" width=\"213\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
/*document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/08.JPG\" width=\"135\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/09.JPG\" width=\"135\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/10.JPG\" width=\"135\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/11.JPG\" width=\"135\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/12.JPG\" width=\"135\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/13.JPG\" width=\"135\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/14.JPG\" width=\"135\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/15.JPG\" width=\"135\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></a></td>");
document.write("                  <td><a href=\"cases.asp\"><img src=\"images/marquee/16.JPG\" width=\"135\" height=\"160\" hspace=\"2\" border=\"0\" alt=\"Topping Gifts Cases\" /></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=15
  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)}

