_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#648C6E";
oncolor="#FFFFFF";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.3);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=0)";
padding=4;
pagebgcolor="#BFD5C5";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu 1")){
  alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
top=102;
align="center"
aI("status=Back To Home Page;text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=index.html;");
aI("showmenu=Projects;text=&nbsp&nbsp;;Projects&nbsp;&nbsp;;");
aI("status=News;text=&nbsp;&nbsp;News&nbsp;&nbsp;;url=/news-updates/2009/01-09/news-01.09_eng.html;");
aI("showmenu=Photos;text=&nbsp;&nbsp;Photos&nbsp;&nbsp;;");
aI("status=About Us;text=&nbsp;&nbsp;About Us&nbsp;&nbsp;;url=about_us.html;");
aI("status=Contact Us;text=&nbsp;&nbsp;Contact Us&nbsp;&nbsp;;url=contact_us.html;");


}


with(milonic=new menuname("Projects")){
style=menuStyle;
aI("showmenu=Disaster Relief;status=Disaster Relief;text=Disaster Relief;")
aI("text=Drug Rehabilitation;url=drug_rehab.html;")
aI("text=Institutions;url=institutions.html;")
aI("text=Distribution of Aid;url=aid.html;")
aI("text='Bridging Friendship';url=bridging_friendship.html;")

}

with(milonic=new menuname("Photos")){
style=menuStyle;
aI("text=Yogyakarta;url=yogyakarta_gallery.html;");
aI("text=Pangandaran;url=pangandaran_gallery.html;");
aI("showmenu=Aceh Galleries;status=Aceh;text=Aceh;url=aceh_gallery1.html;")
aI("text=Drug Rehabilitation;url=drug_rehab_gallery.html;");
aI("text=Distribution;url=distribution_gallery.html;");

}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
aI("status=Family Care in Indonesia;text=Family Care in Indonesia;url=about_us.html;");
aI("status=Educational Material;text=Educational Material;url=educational_material.html;");

}

with(milonic=new menuname("Disaster Relief")){
style=menuStyle;
aI("text=Aceh;url=aceh.html;");
aI("text=Yogyakarta;url=yogyakarta.html;");
aI("text=Pangandaran;url=pangandaran.html;");
aI("text=Other Relief Projects;url=other_relief_projects.html;");

}

with(milonic=new menuname("Aceh Galleries")){
style=menuStyle;
aI("text=Tsunami Destruction;url=aceh_gallery1.html;");
aI("text=Childrens Programs;url=aceh_gallery2.html;");
aI("http://www.fcindo.com/text=Aid%20Distribution;url=aceh_gallery3.html");
aI("text=Counseling & Medical;url=aceh_gallery5.html;");
aI("text=Boat Project;url=aceh_gallery4.html;");
}
drawMenus();

