


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=3            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#37a534";
offbgcolor="#ffffff";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Tahoma, Verdana, Arial";
pagecolor="black";
pagebgcolor="##B0B0B0";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/pics/arrowdn.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=30;
left=120;
alwaysvisible=1;
orientation="horizontal";
followscroll=0;
aI("text=home;url=index.html;status=Back To Home Page;");
aI("text=news;url=news.html;");
aI("text=projects;url=portfolio.html;");
aI("text=info;showmenu=other;");
//aI("text=global;showmenu=global;");
//aI("text=global;url=global.html;");
aI("text=about us;url=about.html;");
aI("text=events;url=events.html;");
aI("text=contact;url=contact.html;");
//aI("text=wallpaper art;url=wallpaper.html;");
}

with(milonic=new menuname("other")){
style=menuStyle;
aI("text=BioTecture BioWall™;url=services.html;");
aI("text=green wall benefits;url=green_walls.html;");
aI("text=what is biotecture?;url=what_is_biotecture.html;");
aI("text=shows & events;url=events.html;");
aI("text=CPDs;url=CPDs.html;");
aI("text=Paradise Park;url=paradise-park.html;");
}

with(milonic=new menuname("global")){
style=menuStyle;
aI("text=BioTecture Design;url=.html;");
aI("text=BioTecture UK;url=.html;");
aI("text=BioTecture International;url=.html;");
aI("text=BioTecture USA;url=events.html;");
aI("text=BioTecture Middle East;url=.html;");
}

drawMenus();

