// Menu Barvar menu_str = '';menu_str += '<img src="images/side_bkgd.gif" width="170" height="15" border="0"><br>';// 6.if ( active_winner ){	  menu_str += '<a href="winner.htm" onmouseover="hideMenus(); imageflip(\'images/s_winner.gif\',60);" onmouseout="imageflip(\'images/s_winner.gif\',60); "><img name="item60" src="images/s_winner.gif" width="170" height="20" border="0"></a><br>';}else{    menu_str += '<a href="winner.htm" onmouseover="hideMenus(); imageflip(\'images/mo_winner.gif\',60);" onmouseout="imageflip(\'images/n_winner.gif\',60); "><img name="item60" src="images/n_winner.gif" width="170" height="20" border="0"></a><br>';}// 5.if ( active_dinner ){	  menu_str += '<a href="dinner.htm" onmouseover="hideMenus(); imageflip(\'images/s_dinner.gif\',50);" onmouseout="imageflip(\'images/s_dinner.gif\',50); "><img name="item50" src="images/s_dinner.gif" width="170" height="20" border="0"></a><br>';}else{    menu_str += '<a href="dinner.htm" onmouseover="hideMenus(); imageflip(\'images/mo_dinner.gif\',50);" onmouseout="imageflip(\'images/n_dinner.gif\',50); "><img name="item50" src="images/n_dinner.gif" width="170" height="20" border="0"></a><br>';}// 1.if ( active_about ){	  menu_str += '<a href="about.htm" onmouseover="hideMenus(); imageflip(\'images/s_about.gif\',10);" onmouseout="imageflip(\'images/s_about.gif\',10); "><img name="item10" src="images/s_about.gif" width="170" height="20" border="0"></a><br>';}else{    menu_str += '<a href="about.htm" onmouseover="hideMenus(); imageflip(\'images/mo_about.gif\',10);" onmouseout="imageflip(\'images/n_about.gif\',10); "><img name="item10" src="images/n_about.gif" width="170" height="20" border="0"></a><br>';}// 2.if ( active_recipients ){	  menu_str += '<a href="recipients.htm" onmouseover="hideMenus(); imageflip(\'images/s_recipients.gif\',20);" onmouseout="imageflip(\'images/s_recipients.gif\',20); "><img name="item20" src="images/s_recipients.gif" width="170" height="20" border="0"></a><br>';}else{    menu_str += '<a href="recipients.htm" onmouseover="hideMenus(); imageflip(\'images/mo_recipients.gif\',20);" onmouseout="imageflip(\'images/n_recipients.gif\',20); "><img name="item20" src="images/n_recipients.gif" width="170" height="20" border="0"></a><br>';}// 3.if ( active_committee ){	  menu_str += '<a href="committee.htm" onmouseover="hideMenus(); imageflip(\'images/s_committee.gif\',30);" onmouseout="imageflip(\'images/s_committee.gif\',30); "><img name="item30" src="images/s_committee.gif" width="170" height="20" border="0"></a><br>';}else{    menu_str += '<a href="committee.htm" onmouseover="hideMenus(); imageflip(\'images/mo_committee.gif\',30);" onmouseout="imageflip(\'images/n_committee.gif\',30); "><img name="item30" src="images/n_committee.gif" width="170" height="20" border="0"></a><br>';}// 4.if ( active_nominate ){	  menu_str += '<a href="nominate.htm" onmouseover="hideMenus(); imageflip(\'images/s_nominate.gif\',40);" onmouseout="imageflip(\'images/s_nominate.gif\',40); "><img name="item40" src="images/s_nominate.gif" width="170" height="20" border="0"></a><br>';}else{    menu_str += '<a href="nominate.htm" onmouseover="hideMenus(); imageflip(\'images/mo_nominate.gif\',40);" onmouseout="imageflip(\'images/n_nominate.gif\',40); "><img name="item40" src="images/n_nominate.gif" width="170" height="20" border="0"></a><br>';}document.write( menu_str );			   