<!-- Begin




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW A 2nd SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW A 3rd SIDEBAR IMAGE

var topspacing		= "10"		// 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 

   if (paragraph_1 == "yes") {

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

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

document.write('Business Alarm System <br><br> Our sophisticated Communication Solutions can be deployed in your business for less than you think! <br><br> Our communication specialists are waiting to answer your questions now. <br><br> If you contact us by email and quote "Web Discount 2009", we can offer you a free site survey of your business premises and a 10% discount. <br><br>Business alarm quotes <br><a href="contact.htm"> contact us</a> now...</a><br>');

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

}
// END RIGHT SIDEBAR



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<img src="picts/alarmsystems1.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br><br>');
}




// START RIGHT SIDEBAR AREA 

   if (paragraph_2 == "yes") {

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

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

document.write('Home Alarm System <br><br> Our sophisticated home alarm systems can protect your home for less than you think. <br><br> Please contact our alarm security experts who are waiting to answer your questions now. <br><br> If you contact us by email and quote "Web Discount 2009", we can offer you a free site survey, a complete risk assesment of your property and a 10% discount.<br><br>Home alarm quotes <br><a href="contact.htm">contact us</a> now...<br>');

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

}
// END RIGHT SIDEBAR




   if (showimage_2 == "yes") {

document.write('<br><center>');
document.write('<img src="picts/alarmsystems2.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}




   if (showimage_3 == "yes") {

document.write('<br><center>');
document.write('<img src="picts/alarmsystems3.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



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


// -- END -->