function left_menu() {

<!-- Print Left menu -->

<!--document.write('<p><a href="Program.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(');-->
<!--document.write('"Program","","images/Program-button_10-over.gif",1)');-->
<!--document.write('">');-->
<!--document.write('<img src="images/Program-button_10.gif" alt="Program" name="Program" width="200" height="40" border="0"></a><br>');-->

document.write('<a href="club_service.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(');
document.write('"Club","","images/Club-service-button_03-over.gif",1)');
document.write('">');
document.write('<img src="images/Club-service-button_03.gif" alt="Club" name="Club" width="200" height="40" border="0"></a><br>');

document.write('<a href="International.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(');
document.write('"International","","images/Intern-button_04-over.gif",1)');
document.write('">');
document.write('<img src="images/Intern-button_04.gif" alt="International" name="International" width="200" height="40" border="0"></a><br>');

document.write('<a href="Community.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(');
document.write('"Community","","images/Comm-serv-button_05-over.gif",1)');
document.write('">');
document.write('<img src="images/Comm-serv-button_05.gif" alt="Community" name="Community" width="200" height="40" border="0"></a><br>');

document.write('<a href="Vocational.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(');
document.write('"Vocational","","images/Vocational-button_06-over.gif",1)');
document.write('">');
document.write('<img src="images/Vocational-button_06.gif" alt="Vocational" name="Vocational" width="200" height="40" border="0"></a><br>');

document.write('<a href="Youth.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(');
document.write('"Youth","","images/Youth-service-button_08-ove.gif",1)');
document.write('">');
document.write('<img src="images/Youth-service-button_08.gif" alt="Youth" name="Youth" width="200" height="40" border="0"></a><br>');

document.write('<a href="Bulletin_download.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(');
document.write('"Newsletters","","images/Bulletin-button_11-over.gif",1)');
document.write('">');
document.write('<img src="images/Bulletin-button_11.gif" alt="Newsletters" name="Newsletters" width="200" height="40" border="0"></a><br>');

document.write('<a href="./sec/members.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(');
document.write('"members","","images/members-only-button_07-over.gif",1)');
document.write('">');
document.write('<img src="images/members-only-button_07.gif" alt="members" name="members" width="200" height="40" border="0"></a></p>');

}