<!--

ss = new slideshow('ss');
ss.prefetch = 3;
ss.timeout = 2000;

s = new slide();
s.src = 'peacocks_files/man1.jpg';
s.link = 'peacocks_files/man1.jpg?';
s.title = 'eco-traveller';
s.text = 'eco-traveller <A HREF="http://www.peacocks.co.uk/departments/menswear/range02/01.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'peacocks_files/man2.jpg';
s.link = 'peacocks_files/man2.jpg?';
s.title = 'eco-traveller';
s.text = 'eco-traveller <A HREF="http://www.peacocks.co.uk/departments/menswear/range02/02.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'peacocks_files/man3.jpg';
s.link = 'peacocks_files/man3.jpg?';
s.title = 'eco-traveller';
s.text = 'eco-traveller <A HREF="http://www.peacocks.co.uk/departments/menswear/range02/04.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'peacocks_files/man4.jpg';
s.link = 'peacocks_files/man4.jpg?';
s.title = 'eco-traveller';
s.text = ' eco-traveller <A HREF="http://www.peacocks.co.uk/departments/menswear/range02/03.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'peacocks_files/man5.jpg';
s.link = 'peacocks_files/man5.jpg?';
s.title = 'hippy';
s.text = 'hippy <A HREF="http://www.peacocks.co.uk/departments/menswear/range07/01.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'peacocks_files/man6.jpg';
s.link = 'peacocks_files/man6.jpg?';
s.title = 'hippy';
s.text = 'hippy <A HREF="http://www.peacocks.co.uk/departments/menswear/range07/02.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'peacocks_files/man7.jpg';
s.link = 'peacocks_files/man7.jpg?';
s.title = 'hippy';
s.text = 'hippy <A HREF="http://www.peacocks.co.uk/departments/menswear/range07/04.asp"> Go to the seller</A> for more information. ';
ss.add_slide(s);

s = new slide();
s.src = 'peacocks_files/man8.jpg';
s.link = 'peacocks_files/man8.jpg?';
s.title = 'hippy';
s.text = 'hippy <A HREF="http://www.peacocks.co.uk/departments/menswear/range07/03.asp"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'peacocks_files/man9.jpg';
s.link = 'peacocks_files/man9.jpg?';
s.title = 'hamptons';
s.text = 'hamptons <A HREF="http://www.peacocks.co.uk/departments/menswear/range06/01.asp"> Go to the seller</A> for more information..';
ss.add_slide(s);

s = new slide();
s.src = 'peacocks_files/man10.jpg';
s.link = 'peacocks_files/man10.jpg?';
s.title = 'hamptons';
s.text = 'hamptons <A HREF="http://www.peacocks.co.uk/departments/menswear/range06/01.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";
}

//-->
