

// 2nd tier Menu (main navigation)-------------------------------------------------------------------------------------





_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="";

oncolor="#f39d38";

offbgcolor="";

offcolor="#1d1160";

bordercolor="";

borderstyle="solid";

borderwidth=0;

separatorcolor="#000";

separatorsize="0";

padding=2;

fontsize="12px";

fontstyle="normal";

fontfamily="Verdana, Arial, Verdana";

pagecolor="#f39d38";

pagebgcolor="";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="";

subimagepadding="2";

outfilter="randomdissolve(duration=0.0)";


}





with(milonic=new menuname("Main Menu")){

alwaysvisible=1;
left="offset=-250px";
orientation="vertical";
style=menuStyle;
top="offset=158px";
screenposition="center";


aI("text=&nbsp;Play Video&nbsp;<br /><br />;url=/WD_Draft3.wmv;image=/gfx/camera_icon.gif;overimage=/gfx/camera_icon.gif;imagealign=left;imageposition=right;status=Play Video;");

aI("text=&nbsp;About Us&nbsp;;align=right;url=/about.php;image=/gfx/org_nav_butt2off.gif;overimage=/gfx/org_nav_butt2on.gif;imagealign=left;imageposition=right;status=About Us;");

aI("text=&nbsp;Nursing&nbsp;;url=/nursing.php;image=/gfx/org_nav_butt2off.gif;overimage=/gfx/org_nav_butt2on.gif;imagealign=left;imageposition=right;status=Nursing;");

aI("text=&nbsp;About the Area&nbsp;;url=/area.php;image=/gfx/org_nav_butt2off.gif;overimage=/gfx/org_nav_butt2on.gif;imagealign=left;imageposition=right;status=About the Area;");

aI("text=&nbsp;Apply Online&nbsp;url=apply.php;target=blank;image=/gfx/org_nav_butt2off.gif;overimage=/gfx/org_nav_butt2on.gif;imagealign=left;imageposition=right;status=Apply Online;");

aI("text=&nbsp;Contact Us&nbsp;;url=/contact.php;image=/gfx/org_nav_butt2off.gif;overimage=/gfx/org_nav_butt2on.gif;imagealign=left;imageposition=right;status=About Us;");

aI("text=&nbsp;Request Information&nbsp;;url=/request.php;image=/gfx/org_nav_butt2off.gif;overimage=/gfx/org_nav_butt2on.gif;imagealign=left;imageposition=right;status=Request Info;");

aI("text=&nbsp;Tell a Friend&nbsp;;url=/tell.php;image=/gfx/org_nav_butt2off.gif;overimage=/gfx/org_nav_butt2on.gif;imagealign=left;imageposition=right;status=Tell a Friend;");
}

drawMenus();








