// JavaScript Document

<!--
SLIDES = new slideshow("SLIDES");

s = new slide();
s.src =  "images/brand/the5.gif";
s.text = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/brand/the7.gif";
s.text = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/brand/the4.jpg";
s.text = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/brand/the3.gif";
s.text = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/brand/the2.gif";
s.text = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/brand/the6.gif";
s.text = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/brand/the1.gif";
s.text = "";
SLIDES.add_slide(s);



//-->

