<!--

ss = new slideshow('ss');
ss.prefetch = 3;
ss.timeout = 6000;

s = new slide();
s.src = 'mich1.jpg';
s.link = 'mich1.jpg?';
s.title = 'FRONT';
s.text = 'Front View. This is the Front View of the property showing the drive way and garage. <BR>Waterloo Road, Wokingham, Berkshire, RG40 2JH £499,950 Freehold Outside light points, part glazed wooden front door flanked by double glazed leaded side panels. Entrance hall Ceramic tile flooring, glazed wooden front door flanked by glazed side panels.';
ss.add_slide(s);

s = new slide();
s.src = 'mich2.jpg';
s.link = 'mich2.jpg?';
s.title = 'RECEPTION';
s.text = 'Two Separate receptions. <BR> LIVING ROOM about. 16ft 1 x 14ft French farmhouse style fireplace with wooden mantel, gas point, TV point, coved and textured ceiling, 2 radiators with thermostats, 4 wall light points, secondary glazed window and double glazed patio doors opening to garden.';
ss.add_slide(s);

s = new slide();
s.src = 'mich3.jpg';
s.link = 'mich3.jpg?';
s.title = 'KITCHEN';
s.text = 'Main dining room. <BR> KITCHEN BREAKFAST ROOM about. 20ft 11 x 9ft 9. Excellently fitted with a modern range of eye and base level units including glazed display cabinet with laminated work surfaces, pelmet lighting, inset Stoves double oven, extractor hood over, four ring halogen hob, inset 2½ bowl sink unit with mixer tap, plumbing for dishwasher, glazed display cabinet, recess for microwave, cupboard housing gas boiler (not tested), with timer control, ceramic tile flooring, radiator with thermostat, inset spotlights, space for breakfast table.';
ss.add_slide(s);

s = new slide();
s.src = 'mich4.jpg';
s.link = 'mich4.jpg?';
s.title = 'UTILITY';
s.text = 'UTILITY ROOM: abt. 7ft 8 x 6ft 1. <BR> Space for washing machine with tumble dryer stacking space above, space for upright fridge freezer, base unit with work surface, tiled walls, extractor fan, door to outside, ceramic tile flooring.';
ss.add_slide(s);

s = new slide();
s.src = 'mich5.jpg';
s.link = 'mich5.jpg?';
s.title = 'DINING';
s.text = 'DINING ROOM <BR> about. 16ft  x 12ft. Two double glazed windows to the front, one to the side, two radiators with thermostat, coved and textured ceiling.';
ss.add_slide(s);

s = new slide();
s.src = 'mich6.jpg';
s.link = 'mich6.jpg?';
s.title = 'BATH';
s.text = 'BATHROOM <BR>Four piece suite of Jacuzzi bath with handgrips, shower cubicle with Aqualisa shower fitment, low level wc, vanity hand basin set into work surface with cupboard under, vertical towel radiator, tiled walls, spotlights, extractor fan, internal double glazed window, shaver point.';
ss.add_slide(s);

s = new slide();
s.src = 'mich7.jpg';
s.link = 'mich7.jpg?';
s.title = 'BEDROOM';
s.text = 'BEDROOM 1. <BR>12ft 6 x 10ft 8 Excellently fitted with a range of bedroom furniture, further fitted triple wardrobe, double glazed secondary glazed windows overlooking garden, radiator with thermostat, TV and telephone points, coved and textured ceiling.';
ss.add_slide(s);

s = new slide();
s.src = 'mich8.jpg';
s.link = 'mich8.jpg?';
s.title = 'GARDENS';
s.text = 'THE GARDENS. <BR> The property is on a plot of approximately a third of an acre, the rear gardens offer an excellent degree of seclusion, feature a block paved area flanking the rear of the property with brick retaining wall leading up to a paved patio with summer house and sauna. Kidney shaped heated pool with patio surround and retaining wall. Brick built shed. Pump house and filtration plant for swimming pool. Outside water tap. Rear courtesy door to garage.';
ss.add_slide(s);

s = new slide();
s.src = 'mich9.jpg';
s.link = 'mich9.jpg?';
s.title = 'SWIMMING';
s.text = 'SWIMMING POOL. <BR>Kidney shaped heated pool with patio surround and retaining wall. Brick built shed. Pump house and filtration plant for swimming pool. Outside water tap.';
ss.add_slide(s);

s = new slide();
s.src = 'mich10.jpg';
s.link = 'mich10.jpg?';
s.title = 'Rear';
s.text = 'Rear view of the property. <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";
}

//-->
