_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
offbgcolor="transparent";
offcolor="#99cc33";
onbgcolor="transparent";
oncolor="#ffffff";
pagebgcolor="transparent";
pagecolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="transparent";
bordercolor="transparent";
borderstyle="none";
borderwidth=0;
separatorcolor="#99cc33";
separatorheight="6";
separatoralign="middle";
separatorsize="1";
padding=4;
fontsize="10";
fontstyle="bold";
fontfamily="Arial, helvetica";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#ffffff";
offcolor="#003300";
onbgcolor="#ffffff";
oncolor="#00879c";
pagebgcolor="#ffffff";
headerbgcolor="#ffffff";
headercolor="#00879c";
pagecolor="#00879c";
bordercolor="#93de1d";
borderstyle="solid";
borderwidth=1;
separatorcolor="#93de1d";
separatorsize="1";
padding=4;
fontsize="10";
fontstyle="bold";
fontfamily="Arial, helvetica";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("opp")){
style=menuStyle;
top="offset=1";
left="offset=-1";
aI("text=Why Latin America?;url=/s/LatinAmerica.asp;status=Why Latin America?;");
aI("text=Why Small Hydro?;url=/s/SmallHydro.asp;status=Why Small Hydro?;");
}

with(milonic=new menuname("about")){
style=menuStyle;
top="offset=1";
left="offset=-1";
aI("text=The Company;url=/s/Company.asp;status=The Company;");
aI("text=The Executive Team;url=/s/ExecutiveTeam.asp;status=The Executive Team;");

}


with(milonic=new menuname("theteam")){
style=menuStyle;
aI("text=Founders;url=/s/Founders.asp;status=Founders;");
aI("text=Executive Team;url=/s/Executives.asp;status=Executive Team;");
}

drawMenus();