

_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out default 500
_menuOpenDelay=75            // The time delay before menus open on mouse over default 150
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=50            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#ffffff";
offbgcolor="";
rawcss="padding-left:60px;padding-top:2px;padding-bottom:2px";
offcolor="#ffffff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="F7FAF2";
separatorsize="10";
padding=2;
fontsize="9px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif;";
pagecolor="#000000"; //current page
headercolor="#";
headerbgcolor="";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=0)";
//outfilter="randomdissolve(duration=0.1)";
}



with(subStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#8cc63f";
itemwidth="150px";
rawcss="padding-left:15px;margin-bottom:5px";

bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="F7FAF2";
separatorsize="2";
padding=3;
fontsize="13px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif;";
pagecolor="#000000"; //current page
headercolor="#";
headerbgcolor="";
subimage="menus/sub.gif";
subimagepadding="0";
//overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=0)";
//outfilter="randomdissolve(duration=0.1)";
} 

with(milonic=new menuname("about_ntec")){
style=subStyle;

aI("text=Corporate Profile;url=link.html;");
aI("text=Leadership;url=link.html;");
aI("text=Reports;url=link.html;");
aI("text=Publications;url=link.html;");

aI("text=Employment;url=link.html;");}

with(milonic=new menuname("projects")){
style=subStyle;

aI("text=Main;url=link.html;");
aI("text=Taltson;url=link.html;");
aI("text=Whati;url=link.html;");
aI("text=Lutsel K&#39e;url=link.html;");}


with(milonic=new menuname("partnerships")){
style=subStyle;

aI("text=Main;url=link.html;");
aI("text=Deze Corporation;url=link.html;");

}


drawMenus();


