

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#3333ff";
offbgcolor="#3333FF";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ADBBFE";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/includes/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Directories")){
style=menuStyle;
overflow="scroll";
aI("text=Manufacturers;url=/directory/manufacturers.php;status=Directory of microhydro manufacturers;");
aI("text=Consultants;url=/directory/consultants.php;status=Directory of microhydro consultants;");
aI("text=Organisations;url=/directory/organisations.php;status=Directory of organisations in microhydro;");
aI("text=Experts;url=/expertdatabase/;status=Database on experts on microhydro;");
aI("text=Register;url=/user/login_page.php;status=Log in and edit your information;");
}

with(milonic=new menuname("Discussion")){
style=menuStyle;
aI("text=Information;url=/mhp_group/;status=Information on the microhydro discussion forum;");
aI("text=Join;url=javascript:openJOIN();status=Join the microhydro discussion forum;");
aI("text=Archive;url=http://www.egroups.com/list/microhydro/;status=To the message archive of the microhydro discussion forum;");
aI("text=Additional files;url=/mhp_group/additional.php;status=Additional files from the discussion forum;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Case studies;url=/casestudies/;status=Case studies on microhydro;");
aI("text=News;url=/news/;status=Microhydro news;");
aI("text=Calender;url=/calender/;status=Overview of microhydro events;");
aI("text=Literature;url=/literature/;status=Literature on microhydro;");
aI("text=Internet links;url=/link.php;status=Internet links on microhydro;");
aI("text=MHP theory;showmenu=MHP theory;status=Opens sub menu on microhydro theory;");
}

with(milonic=new menuname("MHP theory")){
style=menuStyle;
aI("text=Introduction;url=/basics/intro.php;status=Introduction into microhydro;");
aI("text=Civil works;url=/basics/components.php;status=Civil works of microhydro;");
aI("text=Turbines;url=/basics/turbines.php;status=Microhydro turbines;");
aI("text=Drive systems;url=/basics/drive.php;status=Microhydro drive systems;");
aI("text=Electricity;url=/basics/electric.php;status=Electricity from microhydro;");
aI("text=Head;url=/basics/head.php;status=How to determine your site characteristics - head measurements;");
aI("text=Flow;url=/basics/flow.php;status=How to determine your site characteristics - flow measurements;");
aI("text=Reading;url=/basics/reading.php;status=Further reading;");
}


with(milonic=new menuname("Countries")){
style=menuStyle;
aI("text=Kenya;url=/ke/Tungu-Kabiri/;status=Information on hydropower in Kenya;");
aI("text=Netherlands;url=/nl/;status=Information on hydropower in the Netherlands;");
aI("text=South Africa;url=/rsa/;status=Information on hydropower in South Africa;");
aI("text=Sri Lanka;url=/srilanka/;status=Information on hydropower in Sri Lanka;");
aI("text=Zimbabwe;url=/zw/svinurayi/;status=Information on hydropower in Zimbabwe;");
}



with(milonic=new menuname("Downloads")){
style=menuStyle;
aI("text=Books;url=/download/books.php;status=Download full books for free!;");
aI("text=Manuals;url=/download/manuals.php;status=Free downloadle manuals;");
aI("text=Software;url=/download/software.php;status=Free downloadle software;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Contact;url=/klunne/;status=More information about the webmaster;");
aI("text=Search;url=/search.php;status=Search this site;");
}




