<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 5TH PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showaffiliate	= "yes"		// SHOW A SIDEBAR AFFILIATE IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH



if (0) {


// 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>');





// AFFILIATE IMAGE AREA
   if (showaffiliate == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.childrensalon.co.uk/index.php?ref=33&affiliate_banner_id=6" target="_blank"><img src="http://www.childrensalon.co.uk/images/affiliate120x240.gif" border="0" alt="Childrensalon"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Free Estimates<br></legend>');

document.write('Please feel free to discuss your requirements with us. All our estimates are free of charge and without obligation. <a href="contact.html">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Clients<br></legend>');

document.write('Flawlessnet is proud to have worked with some of the UK\'s most innovative businesses. <a href="clients.html">More...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

// AFFILIATE IMAGE AREA
   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.istockphoto.com/index.php?refnum=NowSayit" target="_blank"><img src="images/125x125_grey.gif" border="5" style="border-color:#FFFFFF; background-color: #FFFFFF" alt="iStockphoto"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('osCommerce<br></legend>');

document.write('We are specialists in osCommerce and eCommerce developments using php coding. <a href="services.html">More...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3


// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('Affordability<br></legend>');

document.write('With our low cost monthly support package, you can pass your requirements to us at anytime so freeing up your time to run your business. <a href="rates.html">More...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4


// START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == "yes") {

document.write('<fieldset><legend>');

document.write('Solutions<br></legend>');

document.write('Are you looking to integrate your warehouse and shop with your Internet business? Do you need a website stock control system that actually works? <a href="contact.html">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 5


// AFFILIATE IMAGE AREA

   if (showaffiliate == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.simply.com/?affiliate=109401" target="_blank"><img src="images/NCOban125x125.gif" border="0" alt="Click here for domain name registration and web hosting"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


document.write('</td></tr></table>');

}

// -- END -->