﻿fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(submenuStyle=new mm_style()){
bordercolor="#b45d00";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#262626";
onbgcolor="#ffffff";
onborder="1px dotted #a58405";
oncolor="#6a4e03";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
subimage="green2_5x7.gif";
subimagepadding=5;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#404040";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica";
fontsize="12pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#404040";
onbgcolor="#ffffff";
onborder="1px dotted #787666";
oncolor="#404040";
onsubimage="downarrow6_green_9x9.gif";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=10;
pagecolor="#404040";
subimage="downarrow6_green_9x9.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=200;
margin=2;
orientation="horizontal";
style=menuStyle;
top=60;
aI("status=Back To Home Page;text=Home;url=index.html;");
/* aI("text=About us;url=about.htm;"); */
aI("text=History;url=aktuelles.htm;");
aI("showmenu=publications;text=Publications;");
aI("text=Impressum;url=impressum.htm;");
}

with(milonic=new menuname("publications")){
margin=4;
style=submenuStyle;
aI("text=Environment;url=environment.htm;");
aI("text=Economics / Management / Monitoring;url=economics.htm;");
aI("text=Food Processing / Food Production ;url=food.htm;");
aI("text=Energy / Biogas;url=energy.htm;");
aI("text=Post-harvest Activities / Agriculture / Animal Power;url=post_harvest.htm;");
aI("text=Small Scale Industries / Handicrafts ;url=industries.htm;");
aI("text=Water Supply and Sanitation;url=water.htm;");
aI("text=Building;url=building.htm;");
}


drawMenus();


