_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="transparent";
oncolor="#ffffff";
offbgcolor="transparent";
offcolor="#5C3989";
bordercolor="#404040";
borderstyle="solid";
borderwidth=0;
separatorcolor="#404040";
separatorsize=0;
padding=5;
fontsize=11.5;
fontstyle="bold";
fontfamily="Arial ";
pagecolor="#ffffff";
fontweight="bold"
pagebgcolor="#5C3989";
headercolor="#000000";
headerbgcolor="#000000";
subimagepadding="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("eandp")){
style=menuStyle;
top=90;
// align="center";
screenposition="center";
left="offset=-233";
orientation="vertical";
alwaysvisible=1;
aI("text=Contact Us<br>;url=/gsaca/main.asp?PT=edit_pages&Client=gsaca&Page=contact;");
aI("text=Education & Professionals;url=/gsaca/main.asp?RoutineCk=Display&PT=edit_pages&Client=gsaca&Page=eandp;");
aI("text=Programs;url=/gsaca/main.asp?RoutineCk=Display&PT=edit_pages&Client=gsaca&Page=eandp_prog;");
aI("text=Current Projects;url=/gsaca/main.asp?RoutineCk=Display&PT=edit_pages&Client=gsaca&Page=eandp_currproj;");
aI("text=Membership;url=/gsaca/main.asp?RoutineCk=Display&PT=edit_pages&Client=gsaca&Page=eandp_membership;");
aI("text=Resources & Publications;url=/gsaca/main.asp?RoutineCk=Display&PT=edit_pages&Client=gsaca&Page=eandp_resources;");
aI("text=Links;url=/gsaca/main.asp?RoutineCk=Display&PT=edit_pages&Client=gsaca&Page=eandp_links;");
aI("text=Training Schedule;url=/gsaca/main.asp?RoutineCk=Display&PT=edit_pages&Client=gsaca&Page=eandp_training_schedule;");
aI("text=Online Training;url=/gsaca/main.asp?RoutineCk=Dislpay&PT=edit_pages&Client=gsaca&Page=eandp_phat;");
}

with(milonic=new menuname("leftpanelimage")){
style=menuStyle1;
top=468;
align="center";
screenposition="center";
left="offset=-273";
orientation="horizontal";
alwaysvisible=1;
aI("image=/gsaca/images/img4lg.jpg;type=header");
}



drawMenus();

