document.write('<STYLE type="text/css">');
document.write('#menuspan101 { position:absolute; width:35px; }');
document.write('#menutable101 { border-width: 0px; border-color: #808080; border-style:solid}');
document.write('td.menucell101 { padding:2px; padding-left:4px; padding-right:4px; background:#FF8000; border:0px solid #FFFFFF; text-align:LEFT; }');
document.write('#submenutable101 { background: #F9F9F9; border-width: 0px; border-color: #FFFFFF; border-style:ridge}');
document.write('td.topcell101 {text-decoration:none; color:#FCFCFC; font-weight: 700; font-family: Verdana; font-size: 9px; font-style:normal; text-align:LEFT; }');
document.write('a.topitem101 {text-decoration:none; color:#FCFCFC; font-weight: 700; font-family: Verdana; font-size: 9px; font-style:normal; } ');
document.write('a.topitem101:hover {text-decoration:none; color:#EDDB46; font-weight: 700; font-family: Verdana; font-size: 9px; font-style:normal;}');
document.write('a.subitem101 {text-decoration:none; color:#F9F9F9; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal; } ');
document.write('a.subitem101:hover {text-decoration:none; color:#478B7C; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal; }');
document.write('P.MN101 {margin:0px; color:#FCFCFC; font-weight: 700; font-family: Verdana; font-size:9px; font-style:normal;  }');
document.write('P.SMN101 {text-decoration:none; color:#F9F9F9; font-weight: 700; font-family: Verdana; font-size:12px; font-style:normal; margin:0px; }');
document.write('</style>');
var thisbrowser101
var hidetimer101 = null;
if(document.layers){ thisbrowser101='NN4'; }
if(document.all){ thisbrowser101='IE'; }
if(!document.all && document.getElementById){ thisbrowser101='NN6'; }
function showmenu101(menuname)
{
if(thisbrowser101=='NN4') document.layers[menuname].visibility = 'visible';
if(thisbrowser101=='IE') document.all[menuname].style.visibility = 'visible';
if(thisbrowser101=='NN6') document.getElementById(menuname).style.visibility = 'visible';
if(hidetimer101) clearTimeout(hidetimer101);}
function timermenu101()
{
if(hidetimer101) clearTimeout(hidetimer101);hidetimer101 = setTimeout("hideall101();",1000);
}
function hidemenu101(menuname)
{
if(thisbrowser101=='NN4') document.layers[menuname].visibility = 'hidden';
if(thisbrowser101=='IE') document.all[menuname].style.visibility = 'hidden';
if(thisbrowser101=='NN6') document.getElementById(menuname).style.visibility = 'hidden';
}
function hilite101(menuitem) 
{
if(typeof(currentpage101)!='undefined' && menuitem==currentpage101) return;
if(thisbrowser101=='IE') document.all[menuitem].style.backgroundColor = '#E8A312';
if(thisbrowser101=='NN6') document.getElementById(menuitem).style.backgroundColor = '#E8A312';
if(hidetimer101) clearTimeout(hidetimer101);}
function unhilite101(menuitem) 
{
if(typeof(currentpage101)!='undefined' && menuitem==currentpage101) return;
if(thisbrowser101=='IE') document.all[menuitem].style.backgroundColor = '#FF8000';
if(thisbrowser101=='NN6') document.getElementById(menuitem).style. backgroundColor = '#FF8000';
if(hidetimer101) clearTimeout(hidetimer101);hidetimer101 = setTimeout("hideall101();",1000);
}
function hideall101()
{
}
function openmenu101(menuname)
{
showmenu101(menuname);
}
document.write('<table width=35 cellspacing=0 border=0 cellpadding=0>');
document.write('<tr><td align=left valign=top>');
document.write('<span id="menuspan101">');
document.write('<table width=35 id="menutable101" cellspacing=0 cellpadding=0 >');
document.write('<tr>');
document.write('<td class="topcell101" align="LEFT" width=35 height=20 bgcolor=#478B7C onMouseOver="hideall101()">')
document.write('<table cellspacing=0 cellpadding=0 border=0><tr><td>');
document.write('<a href="http://www.wamafoundation.or.tz/" target="_self" title="" class="topitem101">HOME</a>');
document.write('</td><td><p class="SMN101">&nbsp;</p></td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('</table><p>');
document.write('</span></td></tr></table>');

