

_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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="10 pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=160;
left=10;
alwaysvisible=1;
//overflow="scroll";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=About Us;url=about.html;");
aI("text=Mission;url=mission.html;");
aI("text=How You Can Help;url=volunteer.html");
aI("text=Contact;url=contact.html;");
aI("text=Useful Links;url=links.html;");
aI("text=Newsletter;showmenu=NewsLetter;");
aI("text=Research;showmenu=Research;");
aI("text=Site Map;url=site.html;")
}


with(milonic=new menuname("Research")){
style=menuStyle;
aI("text=Latin American Students;url=doc/surveysummary.swf;target=_blank;targetfeatures=scrollars=yes resizable=yes height=800 width=700;");
aI("text=More Studies To Follow;");

}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Pledge;url=http://www.neta.com/~1stbooks//;");
aI("text=Link B;url=http://latino.si.edu//;");
aI("text=Link C;url=http://www.gmu.edu/org/hcr//;");
}

with(milonic=new menuname("NewsLetter")){
style=menuStyle;
aI("text=Volume 1;url=nl-v1.html;target=_blank;targetfeatures=scrollbars=yes resizable=yes height=800 width=700;");
aI("text=Volume 2;url=nl-v2.html;target=_blank;targetfeatures=scrollbars=yes resizable=yes height=800 width=700;");
aI("text=Volume 3;url=nl-v3.html;target=_blank;targetfeatures=scrollbars=yes resizable=yes height=800 width=700;");
aI("text=Volume 4;url=nl-v4.html;target=_blank;targetfeatures=scrollbars=yes resizable=yes height=800 width=700;");
aI("text=Volume 5;url=nl-v5.html;target=_blank;targetfeatures=scrollbars=yes resizable=yes height=800 width=700;");
}


drawMenus();


