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(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="60%";
fontstyle="normal";
headerbgcolor="#101010";
headercolor="#000000";
offbgcolor="#000000";
offcolor="white";
onbgcolor="#202020";
oncolor="#ccb796";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color=#000000', Direction=135, Strength=3)";
padding=7;
pagebgcolor="#000000";
pagecolor="white";
separatorcolor="#000000";
separatorsize=4;
subimage="./menu/arrow.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=10;
orientation="horizontal";
style=menuStyle;
//top=10;
aI("text=HOME;url=./index.html;");
//aI("text=NEWS;url=./news.html;");
aI("showmenu=Operations;text=OPERATIONS;");
//aI("showmenu=NewProjects;text=NEW PROJECT GENERATION;");
aI("text=NEW PROJECT GENERATION;url=./new_project_generation.html");
aI("showmenu=GroupStructure;text=GROUP STRUCTURE;");
aI("showmenu=SubStaffAndManagement;text=STAFF AND MANAGEMENT;");
aI("text=CONTACT US;url=./contactUs.html;");
}

with(milonic=new menuname("Operations")){
overflow="scroll";
style=menuStyle;
aI("text=Map of Operation;url=op_operations.html;")
aI("text=Chad;url=op_op_a.html;")
aI("text=Niger;url=op_op_b.html;")
aI("text=South Africa;url=op_op_c.html;")
//aI("text=Congo;url=op_op_c.html;")
//aI("text=DRC;url=op_op_d.html;")
}

with(milonic=new menuname("NewProjects")){
overflow="scroll";
style=menuStyle;
aI("text=South Aftrica;url=np_op_a.html;")
aI("text=Angola;url=op_op_e.html;")
aI("text=Massabi;url=np_op_b.html;")
//aI("text=Democratic Republic Of Congo;url=np_op_b.html;")
//aI("text=;url=;")
}

with(milonic=new menuname("GroupStructure")){
overflow="scroll";
style=menuStyle;
aI("text=Corporate Structure;url=internationalStructure.html;")
aI("text=Organisational Structure;url=localStructure.html;")
}

with(milonic=new menuname("StaffAndManagement")){
overflow="scroll";
style=menuStyle;
aI("showmenu=SubStaffAndManagement;text=EXECUTIVE;")
}

with(milonic=new menuname("SubStaffAndManagement")){
overflow="scroll";
style=menuStyle;
aI("text=Chief Executive Officer;url=CEO.html;")
aI("showmenu=Technical Manager;text=Technical Management Team;")
//aI("text=Project Manager;url=PM.html;")


//aI("text=Administration;url=ADMIN.html;")
}

with(milonic=new menuname("Technical Manager")){
overflow="scroll";
style=menuStyle;
aI("text=Alex Mason-Apps;url=TM.html;")
aI("text=John Mackinnon Robertson;url=TM1.html;")
//aI("text=Bethuel Maloka;url=TM2.html;")
aI("text=Amiro Valigy;url=TM3.html;")
aI("text=Mak Kimsan;url=TM4.html;")
aI("text=Clay Ngorima;url=TM5.html;")
}

drawMenus();


