<!-- Corporate Left Hand Menu -->

function LeftHandMenu(){
document.write(
'<table width="100%" cellpadding="0" cellspacing="0" border="0" class="Footer">'+
'<table width="165" cellpadding="0" cellspacing="0" border="0"'+
	'class="LeftHandNavigation">'+
        '<tr>'+
          '<td class="container">'+
            '<ul class="menu">'+
              '<li><a href="../corporate/welcome.html" class="bottommenu">Welcome Note</a></li>'+
              '<li><a href="../corporate/history.html" class="bottommenu">Company History</a></li>'+
              '<li><a href="../corporate/directors.html" class="bottommenu">Board of Directors</a></li>'+
              '<li><a href="../corporate/activities.html" class="bottommenu">Business Activities</a></li>'+
              '<li class="last"><a href="../corporate/structure.html" class="bottommenu">Group Structure</a></li>'+
            '</ul>'+
          '</td>'+
        '</tr>'+
      '</table>'
);
}
