

_scrollAmount=5;                  // Only Used for Netscape 4 scrolling
_scrollDelay=10;                 // Only Used for Netscape 4 scrolling
//_scrollUpImage="../imgs/icon-up-2.gif";     // Only Used for Netscape 4 scrolling
//_scrollDownImage="../imgs/icon-dwn-2.gif"; // Only Used for Netscape 4 scrolling


_menuCloseDelay=100;              // The delay for menus to remain visible on mouse off
_menuOpenDelay=100;               // The delay for opening menus on mouse over
_subOffsetTop=0;                 // Sub menu offset Top position
_subOffsetLeft=0;                // Sub menu offset Left position

Goverfilter = "Fade(duration=0.1);Shadow(color='#777777', Direction=135, Strength=3)";
Goutfilter = "Fade(duration=0.1);";
//Goutfilter = "randomdissolve(duration=0.4)"


with(vertStyle=new mm_style()){
     onbgcolor = "#909090"; // 4F8EB6 // BC4244
       oncolor = "#ffffff";
    offbgcolor = "#ffffff";
      offcolor = "#000000";
  visitedcolor = "#000000";
   bordercolor = "#999999";
   borderstyle = "solid";
separatorcolor = "#dddddd";
 separatorsize = 1;
 separatorpadding=1;
       padding = 4;
   borderwidth = 1;
      onborder = "1px solid #000000";
    overfilter = "Fade(duration=0.1);Alpha(opacity=88);Shadow(color='#777777', Direction=135, Strength=3)";
     outfilter = "Fade(duration=0.1);";
     //outfilter = "randomdissolve(duration=0.1)";
      fontsize = "75%";
     fontstyle = "normal";
    fontfamily = "arial, verdana, tahoma";
   pagebgcolor = "#5E6480";
     //pageimage = "../img/db_red.gif";
     pagecolor = "#ffffff";
      //subimage = "/ai/imgs/diag_down_1.gif";
    //onsubimage = "/ai/imgs/diag_down_2.gif";
   headercolor = "#000000";
 headerbgcolor = "#F0F0F0";
  headerborder = "1px solid #000000";
}

horizStyle=new copyOf(vertStyle);
horizStyle.overfilter="";
horizStyle.outfilter="";
horizStyle.borderwidth=1;
horizStyle.separatorpadding=0;
horizStyle.onborder="";
horizStyle.separatorcolor = "#999999";
//horizStyle.subimage="/ai/imgs/downboxed_1.gif";
//horizStyle.onsubimage="/ai/imgs/downboxed_2.gif";
horizStyle.onbgcolor = "#CCCCCC";  // 4F8EB6 // BC4244
horizStyle.oncolor = "#5E6480";
horizStyle.offbgcolor = "#5E6480";
horizStyle.offcolor = "#FFFFFF";
horizStyle.visitedcolor = "#cccccc";

with(milonic=new menuname("mainmenu2")){
  //top = 79;
  left = 0;
  style = horizStyle;
  //menuwidth = "392";
  itemwidth="98";
  alwaysvisible = 1;
  orientation="horizontal";
  position="relative";
  aI("text=en línea;showmenu=mm enlinea;");
  aI("text=servicios;showmenu=mm servicios;");
  aI("text=quienes somos;showmenu=mm quienes;");
  aI("text=contacto;url=contacto.html;");
}

	with(milonic=new menuname("mm enlinea")){
  	style = vertStyle;
  	top="offset=2";
	itemwidth="98";
  	margin=3;
    aI("text=fotos del día;url=index.html;");
    aI("text=búsqueda avanzada;url=a-search.html;");
    aI("text=en la mira;url=en-la-mira.html;");
	}

	with(milonic=new menuname("mm servicios")){
  	style = vertStyle;
  	top="offset=2";
	itemwidth="98";
  	margin=3;
    aI("text=venta de fotos;url=paquetes.html;");
    /*aI("text=capacitación;url=srv-capacitacion.html;");
    aI("text=agenda un fotógrafo;url=srv-afotografo.html");
	aI("text=trabajos sobre pedido;url=srv-tpedido.html");*/
	}

	with(milonic=new menuname("mm quienes")){
  	style = vertStyle;
  	top="offset=2";
	itemwidth="98";
  	margin=3;
    aI("text=la agencia;url=agencia.html;");
    aI("text=los fotógrafos;url=staff.html;");
   /* aI("text=Red de fotografos;url=qs-red.html");*/
	}

drawMenus();

