// Create the slideshow object
ss = new slideshow("ss");

// Set the delay between slides, 1000 = 1 sec
// ss.timeout = 3000;

// By default, all of the slideshow images are prefetched.
// If you have a large number of slides you can limit the
// number of images that are prefetched.
// ss.prefetch = 1;

// By default the slideshow will repeat when you get to the end.
// ss.repeat = false;

// Create the slides and add them to the slideshow.
s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-01.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-01.jpg";
//s.title = "Second slide";
s.text = "1 of&nbsp; 24 &mdash; Lunch at Newtown, NY";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-02.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-02.jpg";
//s.title = "Second slide";
s.text = "2 of&nbsp; 24 &mdash; Bruce relaxing after a hot day";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-03.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-03.jpg";
//s.title = "Second slide";
s.text = "3 of&nbsp; 24 &mdash; Steve and John, Newtown";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-04.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-04.jpg";
//s.title = "Second slide";
s.text = "4 of&nbsp; 24 &mdash; Steve, Dominick and Bruce after the first battle";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-05.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-05.jpg";
//s.title = "Second slide";
s.text = "5 of&nbsp; 24 &mdash; Camp in Newtown, NY";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-06.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-06.jpg";
//s.title = "Second slide";
s.text = "6 of&nbsp; 24 &mdash; Steve at Newtown, NY";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-07.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-07.jpg";
//s.title = "Second slide";
s.text = "7 of&nbsp; 24 &mdash; Steve at Newtown, NY";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-08.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-08.jpg";
//s.title = "Second slide";
s.text = "8 of&nbsp; 24 &mdash; Dominick, Steve, Glenn and Paul cleaning their muskets";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-09.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-09.jpg";
//s.title = "Second slide";
s.text = "9 of&nbsp; 24 &mdash; Dominick at Newtown, NY";
s.attr = "width=410,height=530,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-10.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-10.jpg";
//s.title = "Second slide";
s.text = "10 of&nbsp; 24 &mdash; The First Battle in Newtown, NY";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-11.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-11.jpg";
//s.title = "Second slide";
s.text = "11 of&nbsp; 24 &mdash; The First Battle in Newtown, NY";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-12.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-12.jpg";
//s.title = "Second slide";
s.text = "12 of&nbsp; 24 &mdash; Dominick and Glenn in Newtown, NY";
s.attr = "width=410,height=530,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-13.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-13.jpg";
//s.title = "Second slide";
s.text = "13 of&nbsp; 24 &mdash; Indians clubbing Paul and Joe";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-14.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-14.jpg";
//s.title = "Second slide";
s.text = "14 of&nbsp; 24 &mdash; Someone taking Paul's ammo";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-15.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-15.jpg";
//s.title = "Second slide";
s.text = "15 of&nbsp; 24 &mdash; An Indian taking Glenn's ammo";
s.attr = "width=410,height=530,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-16.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-16.jpg";
//s.title = "Second slide";
s.text = "16 of&nbsp; 24 &mdash; Dominick cleaning his musket";
s.attr = "width=410,height=530,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-17.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-17.jpg";
//s.title = "Second slide";
s.text = "17 of&nbsp; 24 &mdash; Ladies fashion show";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-18.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-18.jpg";
//s.title = "Second slide";
s.text = "18 of&nbsp; 24 &mdash; The men of the 5th PA in the fashion show";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-19.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-19.jpg";
//s.title = "Second slide";
s.text = "19 of&nbsp; 24 &mdash; 2nd day of Battles in Newtown, NY";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-20.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-20.jpg";
//s.title = "Second slide";
s.text = "20 of&nbsp; 24 &mdash; The 5th PA loading their Muskets";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-21.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-21.jpg";
//s.title = "Second slide";
s.text = "21 of&nbsp; 24 &mdash; John in Newtown, NY";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-22.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-22.jpg";
//s.title = "Second slide";
s.text = "22 of&nbsp; 24 &mdash; Dominick loading his musket";
s.attr = "width=410,height=530,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-23.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-23.jpg";
//s.title = "Second slide";
s.text = "23 of&nbsp; 24 &mdash; Joe, Paul and Glenn";
s.attr = "width=530,height=410,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/newtown_2008/newtown08-24.jpg";
s.link = "rsc/img/slideshow/newtown_2008/newtown08-24.jpg";
//s.title = "Second slide";
s.text = "24 of&nbsp; 24 &mdash; Bruce and Glenn";
s.attr = "width=410,height=530,resizable=yes,scrollbars=yes";
ss.add_slide(s);


// The following loop sets an attribute for all of the slides.
// This is easier than setting the attributes individually.

for (var i=0; i < ss.slides.length; i++) {

  s = ss.slides[i];
  s.target = "ss_popup";
 // s.attr = "width=320,height=420,resizable=yes,scrollbars=yes";

}