

fixMozillaZIndex=true; 
_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=0                // Follow scrolling speed
_followRate=10                // 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="#000000";
oncolor="#36FBFD";
offbgcolor="#333333";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=3;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
image="";
imagepadding="";
subimagepadding="";
overfilter="Fade(duration=0.1);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.7)";
}

with(milonic=new menuname("mb")){
style=menuStyle;
overflow="scroll";
aI("text=Biografía;url=bio.php;");
aI("text=Agenda;url=agenda.php;");
aI("text=Invitaciones;url=invitaciones.php;");
aI("text=Enseñanzas;url=teachings.php;");
aI("text=Noticias;url=noticias.php;");
}

with(milonic=new menuname("aci")){
style=menuStyle;
aI("text=Propósito;url=aci.php;");
aI("text=Boletín;url=boletin.php;");
aI("text=Testimonios;url=testimonios.php;");
aI("text=Contacto;url=contacto.php;");
}

with(milonic=new menuname("adc")){
style=menuStyle;
aI("text=Visión;url=adc_vision.php");
aI("text=Galería de Fotos;url=http://www.alientodelcielo.com/2006.html;target=_blank");
aI("text=Conferencias ADC 2005;url=conferadc2005.php;");
aI("text=Conferencias;url=conferadc.php;");
aI("text=ADC 2006;url=http://www.alientodelcielo.com");
}

with(milonic=new menuname("elam")){
style=menuStyle;
aI("text=Visión;url=visionelam.htm;");
aI("text=Galería de Fotos;url=galeria_elam.php;");
aI("text=Conferencias;url=conferelam.php;");
}

with(milonic=new menuname("sembradores")){
style=menuStyle;
aI("text=Propósito;url=sembradores.php;");
aI("text=Siembra en Línea;url=sembrad_enlinea.php;");
aI("text=Semillas de Sabiduría;url=semillas.php;");
}

with(milonic=new menuname("productos")){
style=menuStyle;
aI("text=Catálogo;url=catalogo.php");
aI("text=Fondos de Pantalla;url=wallpaper.php;");
aI("text=MP3s;url=mp3.php;");
aI("text=Enseñanzas;url=teachings.php;");
aI("text=Disco Luz;url=http://www.aliento.com/luz/;");
}

drawMenus();

