﻿_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()){
styleid=1;
offclass="mmenuOff1";
onclass="mmenuOn1";
onbgcolor="#FFFFFF";
oncolor="#0A1451";
offbgcolor="#0A1451";
offcolor="#FFFFFF";
}

with(menuStyle=new mm_style()){
offclass="mmenuOff1";
onclass="mmenuOn1";
onbgcolor="#FFFFFF";
oncolor="#0A1451";
offbgcolor="#0A1451";
offcolor="#FFFFFF";
bordercolor="#004f6d";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize=0;
padding=5;
fontsize=11;
fontstyle="bold";
fontfamily="Arial ";
pagecolor="#0A1451";
fontweight="bold"
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(PageStyle=new mm_style()){
styleid=2;
offclass="mmenuOff1page";
onclass="mmenuOn1page";
onbgcolor="#FFFFFF";
oncolor="#0A1451";
offbgcolor="#0A1451";
offcolor="#FFFFFF";
separatorcolor="#FFFFFF";
separatorsize=2;
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main")){
style=menuStyle1;
top=1;
left="offset=75";
screenposition="center";
orientation="horizontal";
alwaysvisible=1;
aI("text=Home;url=/sn/clt/gatrack/default.aspx?ClientCode=gatrack;");
aI("text=Order;url=/sn/clt/gatrack/ordernow.aspx?ClientCode=gatrack;");
aI("text=Login;url=/sn/sec/login.aspx?ClientCode=gatrack;");
aI("text=Capitol Impact;url=http://www.capitolimpact.com;");
}

with(milonic=new menuname("modules")){
style=menuStyle;
opacity="99";
aI("text=Individual;url=/sn/clt/gatrack/individual.aspx?ClientCode=gatrack;");
aI("text=Agency;url=/sn/clt/gatrack/agency.aspx?ClientCode=gatrack;");
aI("text=Association;url=/sn/clt/gatrack/association.aspx?ClientCode=gatrack;");
aI("text=Professional;url=/sn/clt/gatrack/professional.aspx?ClientCode=gatrack;");
}


drawMenus();


