<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND 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('<a href="803-contact_us.htm">ENQUIRIES</a><br></legend>');

document.write('Dont hesitate to contact us if you have any questions or points you would like clarified. <a href="803-contact_us.htm">Click here...</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_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="801-Enquiries.aspx">QUOTES</a><br></legend>');

document.write('We will be pleased to send you a quote by e-mail or post. <a href="801-Enquiries.htm">Click here...</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_2 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="804-booking.aspx">BOOKINGS</a><br></legend>');

document.write('To book a place on any of our Public Courses select the BOOK NOW-PAY LATER Button.  After that we will send you a Confirmation and all the details. <a href="804-booking.htm">Alternatively, click here...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3




document.write('</td></tr></table>');


// END -->
