<!--

ss = new slideshow('ss');
ss.prefetch = 3;
ss.timeout = 2000;

s = new slide();
s.src = 'boy1.jpg';
s.link = 'boy1.jpg?';
s.title = 'Street Gear';
s.text = 'Streetgear for Boys 4 to 15 years. <A HREF="http://www.peacocks.co.uk/departments/childrenswear/boys02/01.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'boy2.jpg';
s.link = 'boy2.jpg?';
s.title = 'Street Gear';
s.text = 'Streetgear for Boys 4 to 15 years. <A HREF="http://www.peacocks.co.uk/departments/childrenswear/boys02/02.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'boy3.jpg';
s.link = 'boy3.jpg?';
s.title = 'Street Gear';
s.text = 'Streetgear for Boys 4 to 15 years. <A HREF="http://www.peacocks.co.uk/departments/childrenswear/boys02/04.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'boy4.jpg';
s.link = 'boy4.jpg?';
s.title = 'Street Gear';
s.text = 'Streetgear for Boys 4 to 15 years. <A HREF="http://www.peacocks.co.uk/departments/childrenswear/boys02/03.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'boy5.jpg';
s.link = 'boy5.jpg?';
s.title = 'Street Gear';
s.text = 'Streetgear for Boys 4 to 15 years. <A HREF="http://www.peacocks.co.uk/departments/childrenswear/boys02/05.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'boy6.jpg';
s.link = 'boy6.jpg?';
s.title = 'Boys';
s.text = 'For little Boys up to 5 years. <A HREF="http://www.peacocks.co.uk/departments/childrenswear/boys01/01.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'boy7.jpg';
s.link = 'boy7.jpg?';
s.title = 'Boys';
s.text = 'For little Boys up to 5 years. <A HREF="http://www.peacocks.co.uk/departments/childrenswear/boys01/02.asp"> Go to the seller</A> for more information. ';
ss.add_slide(s);

s = new slide();
s.src = 'boy8.jpg';
s.link = 'boy8.jpg?';
s.title = 'Boys';
s.text = 'For little Boys up to 5 years. <A HREF="http://www.peacocks.co.uk/departments/childrenswear/boys01/04.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'boy9.jpg';
s.link = 'boy9.jpg?';
s.title = 'Boys';
s.text = 'For little Boys up to 5 years. <A HREF="http://www.peacocks.co.uk/departments/childrenswear/boys01/03.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'boy10.jpg';
s.link = 'boy10.jpg?';
s.title = 'Boys';
s.text = 'For little Boys up to 5 years. <A HREF="http://www.peacocks.co.uk/departments/childrenswear/boys01/06.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'boy11.jpg';
s.link = 'boy11.jpg?';
s.title = 'Boys';
s.text = 'For little Boys up to 5 years. <A HREF="http://www.peacocks.co.uk/departments/childrenswear/boys01/05.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);


for (var i=0; i < ss.slides.length; i++) {

  s = ss.slides[i];
  s.target = "slideshow_popup";
  s.attr = "width=620,height=420,resizable=yes,scrollbars=yes";
}

//-->
