if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;
image4 = new Image;
image5 = new Image;
image6 = new Image;
image7 = new Image;
image8 = new Image;
image9 = new Image;
image10 = new Image;
image11 = new Image;
image12 = new Image;
image13 = new Image;
image14 = new Image;
image15 = new Image;
var text0;
var text1;
var text2;
var text3;
var text4;
var text5;
var text6;
var text7;
var text8;
var text9;
var text10;
var text11;
var text12;
var text13;
var text14;
var text15;
text0 = '<h3>Glengarry House</h3>Renovation and extension of a Victorian villa. See separate portfolio page for more details.  ';
text1 = '<h3>60 Jellicoe Avenue</h3>This project has recently been completed. The work involved the remodelling of a 1960s house. Click on link above for more details.';
text2 = '<h3>Cornerways</h3>Originally built in the 1930s to a style now known as Hollywood Modern, we have reworked the rear of this house to create a modern interpretation on this romantic theme.';
text3 = '<h3>Balcony House</h3>Complete remodel and updating of 1960s house.';
text4 = '<h3>Beach House</h3>2 Storey extension of sea front beach house. ';
text5 = '<h3>Hill Head</h3>We designed this spacious bungalow, which comprises 3 reception rooms, 3 bedrooms, 2 bathrooms and a double garage in the Hill Head area of special character.';
text6 = '<h3>Copse Lane</h3>In 2000 we designed this Mediterranean inspired house for a private client in Hayling Island.';
text7 = '<h3>Solent Road</h3>This modest chalet bungalow was extended for a growing family.';
text8 = '<h3> The Grove </h3>This barn started life as a modest looking bungalow. Our design completely remodelled the home, as can be seen from the before and after photographs. Within a first floor extension, we designed a luxury master bedroom and ensuite bathroom accessed via an open plan staircase. ';
text9 = '<h3>Little Gays</h3>The owner of this unusual home was keen to retain and enhance the styling of his 1930s Art Deco house. Despite much opposition from the local planning authority we eventually secured permission for a 2 storey and single storey extension. The execution of the works and detailing is a tribute to the owners enthusiasm';
text10 = '<h3>North Wallington</h3>Glass, timber and render under shallow roofs create space and style on this Fareham family home.';
text11 = '<h3>Priory Road</h3>This new house was designed to complement the historic setting of the Hardway Conservation Area in Gosport. Behind the Georgian style facade of bespoke sash windows and hand made bricks lays a four bedroom layout with a sweeping staircase, leading to a first floor living room overlooking Portsmouth Habour.<br><br> Our brief also included the design of two mews style coach houses to the rear.';
text12 = '<h3>Fareham</h3>Remodelling a 1970s house has produced this desirable classic.';
text13 = '<h3>Martlet Close</h3>Working with a standard estate house, we redesigned and extended the ground floor to create a modern twist on a typical rear extension.';
text14 = '<h3>Finchdean</h3>Extending this typical English village cottage added space for a growing family.';
text15 = '<h3>Farnham</h3>Clapboard siding houses of America\'s east coast were the inspiration for this beautiful New England home which we designed in Farnham.';
image0.src = '../images/glengarry/1.jpg';
image1.src = '../images/jelicoe/1.jpg';
image2.src = '../images/cornerways/1.jpg';
image3.src = '../images/balcony/1.jpg';
image4.src = '../images/beach/1.jpg';
image5.src = '../images/hillhead/1.jpg';
image6.src = '../images/copse/1.jpg';
image7.src = '../images/solent/1.jpg';
image8.src = '../images/grove/1.jpg';
image9.src = '../images/little gays/1.jpg';
image10.src = '../images/wallington/1.jpg';
image11.src = '../images/priory/1.jpg';
image12.src = '../images/fareham/1.jpg';
image13.src = '../images/martlet/1.jpg';
image14.src = '../images/finchdean/1.jpg';
image15.src = '../images/farnham/front.jpg';
} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
image6 = '';
image7 = '';
image8 = '';
image9 = '';
image10 = '';
image11 = '';
image12 = '';
image13 = '';
image14 = '';
image15 = '';
document.rollimg = '';
}
 function slideSwitch() {
      var $active = $('#slideshow IMG.active');
      if ( $active.length == 0 ) $active = $('#slideshow IMG:last');
      var $next =  $active.next().length ? $active.next()
      : $('#slideshow IMG:first');
      $active.addClass('last-active');
      $next.css({opacity: 0.0})
      .addClass('active')
      .animate({opacity: 1.0}, 1000, function() {
	$active.removeClass('active last-active');
	});
    }
    $(function() {
      setInterval( "slideSwitch()", 3000 );
    });
