<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH

var showimage1		= "no"		// SHOW A SIDEBAR IMAGE
var showimage2		= "no"		// SHOW A SIDEBAR IMAGE
var showimage3		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "30"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Tony Rex<br></legend>');

document.write('You are in safe hands with the Hampshire Home Builder. Every aspect of any construction is carried out by our expert staff and in strict accordance with building standards and regulations.  <br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage1 == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.cscs.uk.com"><img src="images/cscs-sidebar.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

   if (showimage2 == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.buywithconfidence.gov.uk/search.php?DoSearch=Yes&CompanyName=Hampshire+Building+Company++ltd&Trade=&Town=&County=&SmallJobs=NA&Radius=25&PostCode="><img src="images/bwc-sidebar.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

   if (showimage3 == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.cskills.org/"><img src="images/citb-sidebar.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}






// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {


document.write('<fieldset><legend>');

document.write('Areas of Operation<br></legend>');

document.write('We cover all areas of Hampshire and Sussex.');

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



document.write('<fieldset><legend>');

document.write('Assurance<br></legend>');

document.write('At every stage of the project you, the Customer, is directly involved. Your satisfaction is our future recommendation.');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
