_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="images/black_7x7.gif";
subimagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://engedi.net/;");
aI("showmenu=Technology/Secure Remote ManagementINFO_BAR_MENU;text=Technology;target=;url=Technology.html;");
aI("text=News;target=;url=News.html;");
aI("text=Contact Us;target=;url=Contact_Us.html;");
aI("showmenu=About Us/ManagementINFO_BAR_MENU;text=About Us;target=;url=About_Us.html;");
}

with(milonic=new menuname("Technology/Secure Remote ManagementINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Secure Remote Management;target=;url=Secure_Remote_Management.html;");
aI("text=Multi-Party Authorization;target=;url=Multi-Party_Authorization.html;");
aI("text=Patents;target=;url=Patents.html;");
aI("text=Glossary;target=;url=Glossary.html;");
}

with(milonic=new menuname("About Us/ManagementINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Management;target=;url=Management.html;");
aI("text=Earl Technology Group;target=;url=Earl_Technology_Group.html;");
aI("text=Company Name;target=;url=Company_Name.html;");
}


 drawMenus();

