// 2nd tier Menu------------------------------------------------------------------------------------------------------





_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=150            // The time delay before menus open on mouse over

_followSpeed=5                // Follow scrolling speed

_followRate=40                // Follow scrolling Rate

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset

_scrollAmount=3               // Only needed for Netscape 4.x

_scrollDelay=20               // Only needed for Netcsape 4.x







with(menuStyle=new mm_style()){

onbgcolor="#3B7565";

oncolor="#000000";

offbgcolor="#3B7565";

offcolor="#ffffff";

bordercolor="#DA3F32";

borderstyle="solid";

borderwidth=0;

separatorcolor="#ffffff";

separatorsize="1";

padding=2;

fontsize="71%";

fontstyle="normal";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="";

pagebgcolor="";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="";

subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#ffffff', Direction=180, Strength=0)";

outfilter="randomdissolve(duration=0.0)";

}





with(milonic=new menuname("Main Menu")){

alwaysvisible=1;
left="offset=110px";
orientation="horizontal";
style=menuStyle;
top="offset=80px";
screenposition="center";

aI("text=&nbsp;Video&nbsp;;url=common/ed.wmv;status=Video;");

aI("text=&nbsp;&nbsp;About the program&nbsp;;url=about.asp;status=About the program;");

aI("text=&nbsp;&nbsp;DHMC Difference&nbsp;;url=difference.asp;status=DHMC Difference;");

aI("text=&nbsp;&nbsp;DHMC Experience&nbsp;;url=experience.asp;status=DHMC Experience;");

aI("text=&nbsp;&nbsp;Apply online&nbsp;;url=apply.html;target=_blank;status=Apply online;");

aI("text=&nbsp;Contact&nbsp;;url=contact.asp;status=Contact Us;");

}


drawMenus();








