<!--

ss = new slideshow('ss');
ss.prefetch = 3;
ss.timeout = 6000;

s = new slide();
s.src = 'frontimage.jpg';
s.link = 'frontimage.jpg?';
s.title = 'Front';
s.text = 'Scene Front View. This is the Front View of the 3 bedroom property showing the drive way and garage. <br><br><A HREF="mailto:demo@livepages1.com">Click here</A> to contact us for more information';
ss.add_slide(s);

s = new slide();
s.src = 'room.jpg';
s.link = 'room.jpg?';
s.title = 'Receptions';
s.text = 'Separate reception. <BR><A HREF="mailto:demo@livepages1.com">Click here</A> to contact us for more information';
ss.add_slide(s);

s = new slide();
s.src = 'room1.jpg';
s.link = 'room1.jpg?';
s.title = 'Dining';
s.text = 'Main dining room. <BR><A HREF="mailto:demo@livepages1.com">Click here</A> to contact us for more information';
ss.add_slide(s);

s = new slide();
s.src = 'room2.jpg';
s.link = 'room2.jpg?';
s.title = 'Kitchen';
s.text = 'Kitchen. <BR><A HREF="mailto:demo@livepages1.com">Click here</A> to contact us for more information';
ss.add_slide(s);

s = new slide();
s.src = 'room3.jpg';
s.link = 'room3.jpg?';
s.title = 'Bedroom';
s.text = 'Bedroom. <BR><A HREF="mailto:demo@livepages1.com">Click here</A> to contact us for more information';
ss.add_slide(s);

s = new slide();
s.src = 'room4.jpg';
s.link = 'room4.jpg?';
s.title = 'Bathroom';
s.text = 'Bathroom.<BR><A HREF="mailto:demo@livepages1.com">Click here</A> to contact us 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";
}

//-->
