


_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=50                // Follow scrolling Rate
_subOffsetTop=0            // 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="#fff4cc";
oncolor="#330000";
offbgcolor="#ffffff";
offcolor="#330000";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=0;
separatorcolor="#cccccc";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#fff4cc";
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=120;
left=10;
alwaysvisible=1;
overflow="scroll";
aI("text=CAI Homepage;url=../../AboutCAI/home.htm;");
aI("text=About CAI International;url=About.htm;");
aI("text=Where We Work;showmenu=Events;");
aI("text=Contact Us;url=Contact.htm;");
aI("text=Site Map;url=SiteMap.htm;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Caribbean;showmenu=EventsCarib;");
aI("text=Latin America;showmenu=EventsLatAm;");
aI("text=Asia;showmenu=EventsAsia;");
aI("text=Regional and Global Initiatives;showmenu=EventsRegGlobal;");
}

with(milonic=new menuname("EventsCarib")){
style=menuStyle;
aI("text=Dominican Republic;url=EventsCaribDR.htm;");
aI("text=Guyana;url=EventsCaribGuyana.htm;");
aI("text=Jamaica;url=EventsCaribJamaica.htm;");
aI("text=Trinidad & Tobago;url=EventsCaribTT.htm;");
}

with(milonic=new menuname("EventsLatAm")){
style=menuStyle;
aI("text=Costa Rica;url=EventsLatinAmCostaRica.htm;");
aI("text=El Salvador;url=EventsLatinAmElSalvador.htm;");
aI("text=Honduras;url=EventsLatinAmHonduras.htm;");
aI("text=Mexico;url=EventsLatinAmMexico.htm;");
}

with(milonic=new menuname("EventsAsia")){
style=menuStyle;
aI("text=Mongolia;url=EventsAsiaMongolia.htm;");
}

with(milonic=new menuname("EventsRegGlobal")){
style=menuStyle;
aI("text=Andean Women’s Leadership Development Demonstration Project;url=RegGlobalAndean.htm;");
aI("text=New York LINK;url=RegGlobalNYLINK.htm;");
aI("text=Strengthening Collaboration between Latin American PLWHA Networks;url=RegGlobalStrengthen.htm;");
aI("text=USAID/RESPOND Project;url=RegGlobalUSAID.htm;");
}


drawMenus();

