_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=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="#ad6247";
oncolor="#723823";
offbgcolor="#ad6247";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="none";
borderwidth=1;
separatorcolor="transparent";
separatorsize="20";
padding=4;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#723823";
pagebgcolor="#ad6247";
headercolor="#723823";
headerbgcolor="#ad6247";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#ad6247";
offbgcolor="#ad6247";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ad6247";
pagebgcolor="#ffffff";
headercolor="#ad6247";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("news")){
top="offset=5";
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
}


with(milonic=new menuname("op")){
top="offset=5";
style=menuStyle;
aI("text=Milestones;url=/s/Milestones.asp;status=Milestones;");
aI("text=Operations;url=/s/Operations.asp;target=blank;status=Operations;");
//aI("text=Operations;url=http://www.mindoro.com/s/BatangasOverview.asp;target=blank;status=Operations;");
aI("text=Management;url=/s/Management.asp;status=Management;");
}

with(milonic=new menuname("cp")){
top="offset=5";
style=menuStyle;
aI("text=Overview;url=/s/Social.asp;status=Overview;");
aI("text=Community Programs;url=/s/HostRelief.asp;showmenu=cpl;status=Community Programs;");
}

with(milonic=new menuname("cpl")){
top="offset=5";
style=menuStyle;
aI("text=Relief Operations;url=/s/HostRelief.asp;status=Relief Operations;");
aI("text=Computer Literacy Program;url=/s/CPComputerLiteracy.asp;status=Computer Literacy Program;");
aI("text=FAITH Gardening;url=/s/CPFaith.asp;status=FAITH Gardening;");
aI("text=Archive;url=/s/CPArchive.asp;status=Archive;");
}

drawMenus();
