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;


var path = "http://forwardnepal.org/";
//var path = "http://localhost/deltawork/forward/";

with(menuStyle=new mm_style()){
bordercolor="#339933";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#2D882D";
offcolor="#FFFFFF";
onbgcolor="#339933";
oncolor="#FFFFFF";
outfilter="Fade(duration=0.3);Alpha(opacity=0);Shadow(color=#eeeeee', Direction=135, Strength=2)";
overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color=#eeeeee', Direction=135, Strength=2)";
padding="4";
pagebgcolor="#61A406";
pagecolor="#FFFFFF";
separatorcolor="#339933";
separatorsize=1;
subimage=path+"images/menuarrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("menu1")){
overflow="scroll";
style=menuStyle;
top=0;
left=0;
aI("text=Introduction;url="+path+"about/;");
aI("text=Vision, Mission, Goal and Objectives;url="+path+"about/vision.php;");
aI("text=Organizational Structure;url="+path+"about/organization.php;");
aI("text=Human Resources;url="+path+"about/human.php;");
aI("text=Working Districts;url="+path+"about/working.php;");
}

with(milonic=new menuname("menu2")){
overflow="scroll";
style=menuStyle;
top=0;
left=75;
aI("text=Major Program Areas;url="+path+"program-areas/;");
aI("text=Working Strategies/Approaches;url="+path+"program-areas/working.php;");
aI("text=Collaboration and Linkages;url="+path+"program-areas/collaboration.php;");
}

with(milonic=new menuname("menu3")){
overflow="scroll";
style=menuStyle;
top=0;
left=180;
aI("text=On-going Projects;url="+path+"project-portfolio/;");
aI("text=Completed Projects;url="+path+"project-portfolio/project-completed.php;");
}





drawMenus();