﻿_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=-10            // Sub menu left offset

with(menuStyle1=new mm_style()){
offclass="mmenuOff1";
onclass="mmenuOn1";
bordercolor="#111076";
borderstyle="solid";
borderwidth=0;
separatorcolor="#cccccc";
separatorsize=4;
padding=1;
fontsize=12;
fontstyle="bold";
fontfamily="Arial ";
pagecolor="black";
fontweight="normal"
pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
}

with(menuStyle=new mm_style()){
styleid=1;
offclass="mmenuOff1";
onclass="mmenuOn1";
bordercolor="#111076";
borderstyle="solid";
borderwidth=0;
separatorcolor="#cccccc";
separatorsize=4;
padding=1;
fontsize=12;
fontstyle="bold";
fontfamily="Arial ";
pagecolor="black";
fontweight="normal"
pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#004f6d', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(PageStyle=new mm_style()){
styleid=2;
offclass="mmenuOff1";
onclass="mmenuOn1";
bordercolor="#004f6d";
borderstyle="solid";
borderwidth="1";
separatorcolor="#004f6d";
separatorsize="2";
padding=1;
fontsize=12;
fontstyle="bold";
fontfamily="Arial ";
pagecolor="black";
fontweight="normal"
pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#004f6d', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main")){
style=menuStyle1;
top=113;
screenposition="center";
orientation="horizontal";
alwaysvisible=1;
aI("text=Home;url=http://www.gcbe.org;");
aI("text=Login;url=http://www.ciclt.net/sn/sec/login.aspx?ClientCode=gordoncs;");
}

drawMenus();


