

function showmenu()
{
	var strmenuData = '';




<!-- Begin SubMenu7 -->
strmenuData += '<DIV id="menu7Container" style="visibility: hidden;"> ';
strmenuData += '<DIV id=menu7Content>';
strmenuData += '<table width="268" border="0" cellpadding="0" cellspacing="0">';
strmenuData += '<tbody>';
strmenuData += '<tr>'; 
strmenuData += '<td width="65" height="30" align="left" valign="bottom" onmouseover="ypSlideOutMenu.showMenu(\'menu7\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu7\')"><a href="board_members.htm"><img src="images/menu_1a.gif" alt="Board of Members" width="65" height="28" border="0"></a></td>';
strmenuData += '<td width="120" align="left" valign="bottom" onmouseover="ypSlideOutMenu.showMenu(\'menu7\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu7\')"><a href="where_we_work.htm"><img src="images/menu_1b.gif" alt="Where we work" width="120" height="28" border="0"></a></td>';
strmenuData += '<td width="83" align="left" valign="bottom" onmouseover="ypSlideOutMenu.showMenu(\'menu7\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu7\')"><a href="supporters.htm"><img src="images/menu_1c.gif" alt="Corporate Supporters" width="83" height="28" border="0"></a></td>';
strmenuData += '</tr>';
strmenuData += '</tbody>';
strmenuData += '</table>';
strmenuData += '</DIV>';
strmenuData += '</DIV>';
<!-- End Submenu7 -->

<!-- Begin Submenu8 -->
strmenuData += '<DIV id="menu8Container" style="visibility: hidden;"> ';
strmenuData += '<DIV id=menu8Content>';
strmenuData += '<table width="227" border="0" cellpadding="0" cellspacing="0">';
strmenuData += '<tbody>';
strmenuData += '<tr> ';
strmenuData += '<td width="85" height="30"align="left" valign="bottom" onmouseover="ypSlideOutMenu.showMenu(\'menu8\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu8\')"><a href="the_problem.htm"><img src="images/menu_2a.gif" alt="The problem" width="89" height="28" border="0"></a></td>';
strmenuData += '<td width="147" align="left" valign="bottom" onmouseover="ypSlideOutMenu.showMenu(\'menu8\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu8\')"><a href="general_information.htm"><img src="images/menu_2b.gif" alt="General Information" width="156" height="28" border="0"></a></td>';
strmenuData += '<td width="78" align="left" valign="bottom" onmouseover="ypSlideOutMenu.showMenu(\'menu8\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu8\')"><a href="tigerfacts.htm"><img src="images/menu_2c.gif" alt="Tiger Facts" width="82" height="28" border="0"></a></td>';
strmenuData += '</tr>';
strmenuData += '</tbody>';
strmenuData += '</table>';
strmenuData += '</DIV>';
strmenuData += '</DIV>';
<!-- End Submenu8 -->


<!-- Begin Submenu9 -->
strmenuData += '<DIV id="menu9Container" style="visibility: hidden;"> ';
strmenuData += '<DIV id=menu9Content>';
strmenuData += '<table width="80" border="0" cellpadding="0" cellspacing="0">';
strmenuData += '<tbody>';
strmenuData += '<tr>'; 
strmenuData += '<td width="48" height="30" align="left"valign="bottom" onmouseover="ypSlideOutMenu.showMenu(\'menu9\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu9\')"><a href="current.htm"><img src="images/menu_3a.gif" alt="Current" width="63" height="28" border="0"></a></td>';
strmenuData += '<td width="30" align="left" valign="bottom" onmouseover="ypSlideOutMenu.showMenu(\'menu9\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu9\')"><a href="past.htm"><img src="images/menu_3b.gif" alt="Past" width="38" height="28" border="0"></a></td>';
strmenuData += '</tr>';
strmenuData += '</tbody>';
strmenuData += '</table>';
strmenuData += '</DIV>';
strmenuData += '</DIV>';
<!-- End Submenu9 -->


<!-- End Menu -->

  document.write(strmenuData);

}


