_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(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#02A935";
offbgcolor="#02A935";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#404040";
separatorsize=2;
padding=5;
fontsize=11;
fontstyle="bold";
fontfamily="Arial ";
pagecolor="000000";
fontweight="bold"
pagebgcolor="#7070b0";
headercolor="#000000";
headerbgcolor="#000000";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main")){
style=menuStyle;
top=68;
screenposition="center";
orientation="horizontal";
alwaysvisible=1;
aI("text=Home;url=/sn/clt/mresa/matrec.aspx?ClientCode=mresa&pagecode=matrec_teach_in_Georgia");
aI("text=About Us;url=/sn/clt/mresa/matrec.aspx?ClientCode=mresa&pagecode=matrec_about");
aI("text=Teach in Georgia;url=/sn/clt/mresa/matrec.aspx?ClientCode=mresa&pagecode=matrec_teach_in_Georgia");
aI("text=Why Georgia?;url=/sn/clt/mresa/matrec.aspx?ClientCode=mresa&pagecode=matrec_why");
aI("text=Links;url=/sn/clt/mresa/matrec.aspx?ClientCode=mresa&pagecode=matrec_resource");
aI("text=Application;url=/sn/clt/mresa/matrec.aspx?ClientCode=mresa&pagecode=matrec_apply;");
aI("text=Job Fairs;showmenu=jobfair;");
aI("text=MATReC Members;url=/sn/clt/mresa/matrec.aspx?ClientCode=mresa&pagecode=matrec_members;");
aI("text=Schedule;url=/sn/clt/mresa/matrec.aspx?ClientCode=mresa&pagecode=matrec_recsched;");
aI("text=Contact Us;url=/sn/clt/mresa/matrec.aspx?ClientCode=mresa&pagecode=matrec_contactus;");
aI("text=MRESA Home;url=/sn/clt/mresa/default.aspx?ClientCode=mresa;");
}

with(milonic=new menuname("jobfair")){
style=menuStyle;
aI("text=State Job Fair;url=/sn/clt/mresa/matrec.aspx?ClientCode=mresa&pagecode=matrec_event;");
aI("text=Member System's Job Fairs;url=/sn/clt/mresa/matrec.aspx?ClientCode=mresa&pagecode=matrec-memjob;");
}

drawMenus();



