<!--

ss = new slideshow('ss');
ss.prefetch = 3;
ss.timeout = 6000;

s = new slide();
s.src = 'hou1.jpg';
s.link = 'hou1.jpg?';
s.title = 'Front';
s.text = 'TEXT BASED VIRTUAL TOUR <BR> In every slide, the  descriptions of your property displayed here like this: Descriptions: FRONT VIEW  This is the Front of the property showing the drive way and garage. Click on the photo for larger picture. <BR><BR>Your contact details displayed here.';
ss.add_slide(s);

s = new slide();
s.src = 'hou2.jpg';
s.link = 'hou2.jpg?';
s.title = 'Receptions';
s.text = 'Descriptions: RECEPTION ROOM ONE <BR>---------------------------------- <BR>To start your Text Based Virtual Tour you need  some high quality photos of your property.';
ss.add_slide(s);

s = new slide();
s.src = 'hou3.jpg';
s.link = 'hou3.jpg?';
s.title = 'Dining';
s.text = 'Descriptions: MAIN DINING ROOM <BR>---------------------------------- <BR> Make sure your photos are clear and sharp, because this will help to sell your property fast.';
ss.add_slide(s);

s = new slide();
s.src = 'hou4.jpg';
s.link = 'hou4.jpg?';
s.title = 'Bathroom';
s.text = 'Descriptions: ONE OF THE FOUR BATHROOMS <BR>---------------------------------- <BR> When you shoot your photos, make sure to use good quality camera to produce sharp pictures.';
ss.add_slide(s);

s = new slide();
s.src = 'hou5.jpg';
s.link = 'hou5.jpg?';
s.title = 'Receptions';
s.text = 'Descriptions: SECOND RECEPTIONS ROOM <BR>---------------------------------- <BR> Select your best photos and save them in your computer ready for upload.';
ss.add_slide(s);


s = new slide();
s.src = 'hou6.jpg';
s.link = 'hou6.jpg?';
s.title = 'Kitchen';
s.text = 'Descriptions: THROUGH KITCHEN The property has been finished to a very high standard with a fully fitted well planed designer kitchen. <BR>---------------------------------- <BR> If the photos are already saved in your computer then you are ready to upload them.';
ss.add_slide(s);

s = new slide();
s.src = 'hou7.jpg';
s.link = 'hou7.jpg?';
s.title = 'Garden';
s.text = 'Descriptions: WELL KEPT BACK GARDEN <BR>---------------------------------- <BR> When you have selected your photos using the Browse button in the up-loader, click the Upload button. Once the photos are uploaded  next you will see the Registration Form.';
ss.add_slide(s);

s = new slide();
s.src = 'hou8.jpg';
s.link = 'hou8.jpg?';
s.title = 'Rear';
s.text = 'Descriptions: REAR VIEW OF THE PROPERTY <BR>---------------------------------- <BR> Before you exit, make sure to bookmark this site. <BR><BR> <A HREF="http://upload.livepages1.com/realestate/realestate-upload.htm">Click here</A> if you want to upload your photos now.';
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";
}

//-->
