// COPYRIGHT 2004-2007 © AK Design / Digital Art FL / Fusion Panoramas.
// Unauthorized use or sale of this script is strictly prohibited by law


var bottomspace		= "3" 		
var menuspace		= "36"
var menutop		= "10"		/




document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');
 
 


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about_form.htm" class="menu">About our programmes</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="archives_2010.htm" class="menu">Archives');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="testimonials.htm" class="menu">Testimonials');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="company_profile.htm" class="menu">Company Profile</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');






document.write('</td></tr><tr><td nowrap>');
document.write('<img src="picts/spacer.gif" width="175" height="'+menuspace+'"></a><br>');










document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');








document.write('</td></tr></table>');


