<!-- 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 showimage		= "yes"		// SHOW A 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 PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

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

document.write('Give your event the wow factor With our professional photographer, mobile studio, instant viewing and instant printing your event will be the talk of the town. <a href="event-photographer-berkshire.htm">Read More...</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

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

document.write('Need a Holiday?<br></legend>');

document.write('JCHolidays Florida Villa, just 15 min from Walt Disney World, Orlando. South facing oversized pool. <a target="_blank" href="http://www.jcholidays.co.uk">Read More...</a><br>');

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

document.write('<a target="_blank" href="http://www.jcholidays.co.uk"><img src="picts/sidebar-right.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('Prom Photographer<br></legend>');

document.write('Memories can last a life time with our Prom photography. It is one of the best parties of your life so make sure we are there to create the best photographs for you. <a href="berkshirepromphotographer.htm">Read More....</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2






// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

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

document.write('Wedding Photo Booth<br></legend>');

document.write('Capture the wonderful wedding memories which will last a life time with our rather special photo booth. <a href="berkshirephotobooth.htm">Read 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('Inflatable Wigs<br></legend>');

document.write('Blow up you own bit of super sized fun with our inflatable wigs. Various designs for children and adults. Some are 2 feet tall. <a href="AirHedz_inflatable_Wigs.htm">Read More....</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4



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


// -- END -->
