<!--

ss = new slideshow('ss');
ss.prefetch = 3;
ss.timeout = 6000;

s = new slide();
s.src = 'cam1.jpg';
s.link = 'cam1.jpg?';
s.title = 'Aria PT330';
s.text = 'Aria PT330 1.3MP Security Webcam Movement sensing & Motion tracking. <A HREF="http://www.aria.co.uk/ProductInfoComm.asp?ID=21011"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'cam2.jpg';
s.link = 'cam2.jpg?';
s.title = 'AriaNet';
s.text = 'AriaNet 300K Mini Webcam Blk Slv USB Clip Fixing VGA Resolution. <A HREF="http://www.aria.co.uk/ProductInfoComm.asp?ID=20970"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'cam3.jpg';
s.link = 'cam3.jpg?';
s.title = 'Arianet';
s.text = 'Arianet PC390A USB Black webcam. <A HREF="http://www.aria.co.uk/ProductInfoComm.asp?ID=18708"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'cam4.jpg';
s.link = 'cam4.jpg?';
s.title = 'Creative';
s.text = 'Creative Webcam Instant. <A HREF="http://www.aria.co.uk/ProductInfoComm.asp?ID=17762"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'cam5.jpg';
s.link = 'cam5.jpg?';
s.title = 'Creative';
s.text = 'Creative Webcam Vista Plus. <A HREF="http://www.aria.co.uk/ProductInfoComm.asp?ID=18190"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'cam6.jpg';
s.link = 'cam6.jpg?';
s.title = 'Image Tracking';
s.text = 'Image Tracking USB2 Black webcam Tracks as you move CCD Sensor. <A HREF="http://www.aria.co.uk/ProductInfoComm.asp?ID=18564"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'cam7.jpg';
s.link = 'cam7.jpg?';
s.title = 'Image Tracking';
s.text = 'Image Tracking USB2 white webcam Tracks you as you move! As used by Detectives. <A HREF="http://www.aria.co.uk/ProductInfoComm.asp?ID=19032"> Go to the seller</A> for more information. ';
ss.add_slide(s);

s = new slide();
s.src = 'cam8.jpg';
s.link = 'cam8.jpg?';
s.title = 'MSI StarCam';
s.text = 'MSI StarCam 370i Webcam and Camera 1.3 MP with Infra-Red LEDs Black. <A HREF="http://www.aria.co.uk/ProductInfoComm.asp?ID=20968"> Go to the seller</A> for more information.';
ss.add_slide(s);

s = new slide();
s.src = 'cam9.jpg';
s.link = 'cam9.jpg?';
s.title = 'Philips Webcam';
s.text = 'Philips ThumbCam 1.3MP Webcam Stills, 128MB USB Pen DMVC1300K. <A HREF="http://www.aria.co.uk/ProductInfoComm.asp?ID=21516"> Go to the seller</A> for more information..';
ss.add_slide(s);

s = new slide();
s.src = 'cam10.jpg';
s.link = 'cam10.jpg?';
s.title = 'Lexcron Webcam';
s.text = 'Hi-Res Lexcron Webcam 1.3Mp USB2. <A HREF="http://www.aria.co.uk/ProductInfoComm.asp?ID=21299"> 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";
}

//-->