SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 5000;
SLIDES.prefetch = 1;
SLIDES.repeat = true;

s = new slide();
s.target = "history";
s.src = "_images/slideshow/History%20of%20Department.gif";
s.link = "egallery/history/history.htm";
s.attr = "status=yes,scrollbars=yes,resizable=yes,width=600,height=540'";
SLIDES.add_slide(s);

s = new slide();
s.target = "virtual";
s.src = "_images/slideshow/Virtual%20Tour.gif";
s.link = "egallery/virtualTour/virtual_tour.htm";
s.attr = "status=yes,scrollbars=yes,resizable=yes,width=600,height=540'";
SLIDES.add_slide(s);

s = new slide();
s.target = "memory";
s.src = "_images/slideshow/Memory%20Book.gif";
s.link = "egallery/memoryBook80s/memorybook80s.htm";
s.attr = "status=yes,scrollbars=yes,resizable=yes,width=800,height=670'";
SLIDES.add_slide(s);



// Add new chunk here







//----------------
// DO NOT add or remove anything here from this point onwards
//----------------
// The following loop sets an attribute for all of the slides.
// This is easier than setting the attributes individually.

for (var i=0; i < SLIDES.slides.length; i++) {

  s = SLIDES.slides[i];
  //s.target = "nus";
  //s.attr = "width=550,height=500,resizable=yes,scrollbars=yes,location=yes,menubar=yes,toolbar=yes";
  //s.attr =  "status=yes,scrollbars=yes,resizable=yes,width=600,height=540'";
}
