<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 3RD PARAGRAPH
var noteborder		= "80A1D7"	// BORDER COLOR AROUND THE NOTES


document.write('<TABLE cellpadding="3" cellspacing="0" width="100%" border="0" class="sidebar"><tr><td valign="top" align="center">');


// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<IMG SRC="images/General/housefront2-150.jpg" border="0" width="150" height="100" class="borders"><br>');
}

// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="sidebar"><legend>');
document.write('<span class="sidebartitle">New Builds</span></legend>');

document.write('This home has just been completed.<br>It was sold before completion due to the high quality finish. Have a look at our services and see what we can do for you.<br>');

document.write('<a href="new-builds.html" target= >View Property');

document.write('<img src="images/website/side-bar/arrow.gif" border="0" align="middle" hspace="5"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END FIRST TEXT AREA


// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="images/General/extensions3-150.jpg" border="0" width="150" height="100" class="borders"><br>');
}


// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="sidebar"><legend>');
document.write('<span class="sidebartitle">Extensions</span></legend>');

document.write('This home was just extended. Enjoy your beautiful garden and bring the outside in.<br>');

document.write('<a href="extensions.html"target= >View Property');

document.write('<img src="images/website/side-bar/arrow.gif" border="0" align="middle" hspace="5"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END SECOND TEXT AREA


// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="images/General/bathroom.jpg" border="0" width="150" height="100" class="borders"><br>');
}

// START THIRD TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="sidebar"><legend>');
document.write('<span class="sidebartitle">Bathrooms</span></legend>');

document.write('We also provide a host of other services including bathrooms.<br>');

document.write('<a href="bathrooms.html" target= >View Bathrooms<br>');

document.write('<img src="images/website/side-bar/arrow.gif" border="0" align="middle" hspace="5"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END THIRD TEXT AREA


document.write('</td></tr></table>');
//  End -->
