<!-- Begin HEADER OPTIONS CODE

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

// ONLY USE lowercase FOR ALL OPTIONS


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



var color		= "000000"	// HEADER BACKGROUND COLOR
var stripes	 	= "no"		// SHOW STRIPE UNDER THE FLASH (and adjust the menu.js)
var banner 	= "no"	      // SHOW BANNER ON PAGE



// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


   if (stripes == "yes") {
document.write('<span class="printhide">');
document.write('="picts/bannerbar.jpg" height="5" width="100%"><br>');
document.write('</span>');
}


 if (banner == "yes") {
document.write('<span class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="50" ><tr><td ALIGN="CENTER">');
document.write('<span class="redtitle">');
document.write('Our Shopping cart provider is experiencing technical dificulties.<br> ');
document.write('We are still able to take telephone payments as normal.<br>');
document.write('To order please telephone 01362 668457 (9am - 9pm)<br>');
document.write('We apologise for any inconvenience.');
document.write('</span></a>');
document.write('</td></tr></table>');
document.write('</span>');
}


   if (stripes == "yes") {
document.write('<span class="printhide">');
document.write('<img src="picts/bannerbar.jpg" height="5" width="100%"><br><br><br>');
document.write('</span>');
}


   if (stripes == "no") {
document.write('<span class="printhide">');
document.write('<img src="picts/stretchbar-javascript.jpg" height="5" width="100%"><br>');
document.write('</span>');
}


//  End -->


