<!-- Begin

var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN formally 10
var sidewidth		= "0"		// SIDEBAR WIDTH Formally 125

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>');

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Events<br></legend>');

document.write('Click here to visit the picture gallery of the Ilorin factory opening programme.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Events<br></legend>');

document.write('Click here to visit the picture gallery of the Ilorin factory opening programme. <br>');

document.write('</fieldset>');
document.write('<br><br>');

}
document.write('</td></tr></table>');