_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

with(XPMenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
image="http://www.milonic.com/menuimages/xpblank.gif";
imagepadding=3;
menubgimage="http://www.milonic.com/menuimages/winxp.gif";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#FCF0F0";
onborder="1px solid #000000";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#999999, Direction=135, Strength=5)";
padding=4;
separatoralign="right";
separatorcolor="#333333";
separatorpadding=0;
separatorwidth="80%";
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=3;
menubgcolor="#FFffff";
}


with(milonic=new menuname("Antecedentes")){
margin=2;
style=XPMenuStyle;
aI("image=a.gif;text=Historia;");
aI("image=g.gif;showmenu=NeoBook;text=NeoBook;");
}

with(milonic=new menuname("NeoBook")){
margin=2;
style=XPMenuStyle;
aI("image=n.gif;text=Representación;url=http://www.neobook.com.ar/;target=body;");
aI("image=o.gif;text=Plugines;url=http://specialapps.software-zone.com/;target=body;");
aI("image=g.gif;separatorsize=1;text=NeoSoft Corp.;url=http://www.neosoftware.com;target=body;");
aI("image=m.gif;text=Foro Argentina;url=http://specialapps.software-zone.com/forum/index.php;target=body;");
aI("image=m.gif;text=Foro Internacional;url=http://www.neosoftware.com/forum/;target=body;");
}

with(milonic=new menuname("Productos")){
margin=2;
style=XPMenuStyle;
aI("image=f.gif;showmenu=Software;text=Software;");
aI("image=k.gif;showmenu=Capacitacion;text=Capacitación;");
aI("image=z.gif;text=Consultoría;");
}

with(milonic=new menuname("Miscelaneas")){
margin=2;
style=XPMenuStyle;
aI("image=x.gif;text=Descargar Versión de Evaluación de NeoBook;");
aI("image=x.gif;text=Descargar Patch de Actualización de NeoBook;");
aI("image=v.gif;text=Enlaces a Sitios Relacionados;");
aI("image=a.gif;text=Acerca de...;");
}


with(milonic=new menuname("Capacitacion")){
margin=2;
style=XPMenuStyle;
aI("image=k.gif;text=NeoBook Básico: Objetos de la Pantalla;");
aI("image=k.gif;text=NeoBook Intermedio: Acciones;");
aI("image=k.gif;text=NeoBook Avanzado: El Lenguaje de Programación;");
aI("image=k.gif;text=NeoBook Especializado: Plugines;");
}

with(milonic=new menuname("Software")){
margin=2;
style=XPMenuStyle;
aI("image=u.gif;text=Desarrollos a Pedido;");
aI("image=r.gif;showmenu=Terminados;text=Llave en Mano;");
}

with(milonic=new menuname("Terminados")){
margin=2;
style=XPMenuStyle;
aI("image=f.gif;showmenu=Comerciales;text=Comerciales;");
aI("image=k.gif;showmenu=Didacticos;text=Didácticos;");
}


with(milonic=new menuname("Comerciales")){
margin=2;
style=XPMenuStyle;
aI("image=s.gif;text=Gestor de Pedidos;url=ped.htm;target=body;");
aI("image=h.gif;text=Control de Acceso;");
}

with(milonic=new menuname("Didacticos")){
margin=2;
style=XPMenuStyle;
aI("image=q.gif;text=Provincias;url=pro.htm;target=body;");
aI("image=j.gif;text=Rompecabezas;url=puzzle.htm;target=body;");
aI("image=p.gif;text=Colorear;url=paint.htm;target=body;");
}

with(milonic=new menuname("Proyectos")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("image=d.gif;text=Media Naranja;");
aI("image=t.gif;text=SQLite Client/Server;");
}

drawMenus()