// 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/BT003.jpg";
s.link = "rsc/img/slideshow/BT003.jpg";
//s.title = "Second slide";
s.text = "1 of 23 &mdash; Riflemen in camp";
s.attr = "width=820,height=570,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/Riflemen.jpg";
s.link = "rsc/img/slideshow/Riflemen.jpg";
//s.title = "Third slide";
s.text = "2 of 23 &mdash; Riflemen";
s.attr = "width=820,height=320,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT009.jpg";
s.link = "rsc/img/slideshow/BT009.jpg";
//s.title = "Second slide";
s.text = "3 of 23 &mdash; American artillery";
s.attr = "width=820,height=570,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT010.jpg";
s.link = "rsc/img/slideshow/BT010.jpg";
//s.title = "Second slide";
s.text = "4 of 23 &mdash; American artillery";
s.attr = "width=820,height=570,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT004.jpg";
s.link = "rsc/img/slideshow/BT004.jpg";
//s.title = "Second slide";
s.text = "5 of 23 &mdash; American's creating fortifications";
s.attr = "width=820,height=570,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT005.jpg";
s.link = "rsc/img/slideshow/BT005.jpg";
//s.title = "Second slide";
s.text = "6 of 23 &mdash; American's creating fortifications";
s.attr = "width=820,height=570,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/Bordentown-French.jpg";
s.link = "rsc/img/slideshow/Bordentown-French.jpg";
//s.title = "First slide";
s.text = "7 of 23 &mdash; French troops marching to battle";
//s.target = "";
//s.attr = "";
s.attr = "width=820,height=550,resizable=yes,scrollbars=yes";
//s.filter = "";
//s.timeout = "";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT012.jpg";
s.link = "rsc/img/slideshow/BT012.jpg";
//s.title = "Second slide";
s.text = "8 of 23 &mdash; French drummers marching into the woods";
s.attr = "width=820,height=570,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT015.jpg";
s.link = "rsc/img/slideshow/BT015.jpg";
//s.title = "Second slide";
s.text = "9 of 23 &mdash; American light infantry into the woods";
s.attr = "width=820,height=570,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT014.jpg";
s.link = "rsc/img/slideshow/BT014.jpg";
//s.title = "Second slide";
s.text = "10 of 23 &mdash; British forces march onto the battlefield";
s.attr = "width=1020,height=340,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT016.jpg";
s.link = "rsc/img/slideshow/BT016.jpg";
//s.title = "Second slide";
s.text = "11 of 23 &mdash; American forces march onto the battlefield";
s.attr = "width=820,height=570,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/Fortifications.jpg";
s.link = "rsc/img/slideshow/Fortifications.jpg";
//s.title = "Third slide";
s.text = "12 of 23 &mdash; Americans in the fortifications";
s.attr = "width=820,height=400,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BritVolley2.jpg";
s.link = "rsc/img/slideshow/BritVolley2.jpg";
//s.title = "Third slide";
s.text = "13 of 23 &mdash; British Volley";
s.attr = "width=820,height=550,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/Britvolley-1.jpg";
s.link = "rsc/img/slideshow/Britvolley-1.jpg";
//s.title = "Second slide";
s.text = "14 of 23 &mdash; British Volley";
s.attr = "width=820,height=570,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BritVolley3.jpg";
s.link = "rsc/img/slideshow/BritVolley3.jpg";
//s.title = "Third slide";
s.text = "15 of 23 &mdash; British Volley";
s.attr = "width=820,height=540,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT013.jpg";
s.link = "rsc/img/slideshow/BT013.jpg";
//s.title = "Second slide";
s.text = "16 of 23 &mdash; American forces through the woods";
s.attr = "width=920,height=490,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT001.jpg";
s.link = "rsc/img/slideshow/BT001.jpg";
//s.title = "Second slide";
s.text = "17 of 23 &mdash; American Line";
s.attr = "width=920,height=430,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT006.jpg";
s.link = "rsc/img/slideshow/BT006.jpg";
//s.title = "Second slide";
s.text = "18 of 23 &mdash; American Line";
s.attr = "width=920,height=490,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/PanoramaAmericanVictory.jpg";
s.link = "rsc/img/slideshow/PanoramaAmericanVictory.jpg";
//s.title = "Third slide";
s.text = "19 of 23 &mdash; Panorama of American Line";
s.attr = "width=1020,height=260,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT007.jpg";
s.link = "rsc/img/slideshow/BT007.jpg";
//s.title = "Third slide";
s.text = "20 of 23 &mdash; British Line";
s.attr = "width=820,height=570,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT017.jpg";
s.link = "rsc/img/slideshow/BT017.jpg";
//s.title = "Third slide";
s.text = "21 of 23 &mdash; Loyalist Line";
s.attr = "width=920,height=620,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/BT008.jpg";
s.link = "rsc/img/slideshow/BT008.jpg";
//s.title = "Third slide";
s.text = "22 of 23 &mdash; Loyalist Line walking over casualties";
s.attr = "width=820,height=570,resizable=yes,scrollbars=yes";
ss.add_slide(s);

s = new slide();
s.src =  "rsc/img/slideshow/End-of-Battle--Painting.jpg";
s.link = "rsc/img/slideshow/End-of-Battle--Painting.jpg";
//s.title = "Third slide";
s.text = "23 of 23 &mdash; 1998 Painting of 1997 Bordentown Battle";
s.attr = "width=920,height=650,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";

}