
ordernumber="";

emptyimage="images/transparent.gif";// Transparent image in gif format.
showdelay=80;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=40;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=30;
height=19;
color="#000000";
coloron="#FFFFFF";
bgcolor="#EBEDEC";
bgcoloron="#006699";
fontsize="11px";
fontfamily="Arial, Helvetica, sans-serif";
paddingtop=4;
paddingleft=5;
arrow="images/arrowblack.gif";
arrowon="images/arrowwhite.gif";
arrowright=20;
arrowtop=3;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=100)";
menubgcolor="#FFFFFF";
menuborderwidth=0;
menubordercolor="#000000";
separatorsize=2;
separatorcolor="#FFFFFF";
highlightpath=true;
wiseposition=true;
}


/* Main Menu */

with(new fxmenu("MainMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
top=30;
left=30;
orientation="vertical";
fx("text=Galería de fotos;width=159;show=fotos;");
}

/* año 2004, 2005 */
with(new fxmenu("fotos")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
fx("text=Año 2004;show=2004;");
fx("text=Año 2005;show=2005;");
fx("text=Año 2006;show=2006;");
}

/* año 2004 */
with(new fxmenu("2004")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
fx("text=CIN;url=fotos.htm#cin");
fx("text=La Coral Polifónica;url=novedades.htm#coral");
fx("text=I Open de España;url=fotos.htm#mtb");
fx("text=Belén viviente;url=fotos.htm#belen");
fx("text=Cabalgata;url=fotos.htm#cabalgata");
fx("text=Carnavales;url=fotos.htm#carnavales");
fx("text=Hornazo;url=fotos.htm#hornazo");
fx("text=Mercado Medieval;url=fotos.htm#mercado");
fx("text=Nískalo Rock;url=novedades.htm#niskalo");
fx("text=Semana Santa;url=fotos.htm#santa");
fx("text=Voley Playa;url=fotos.htm#voley");
}

/* año 2005 */
with(new fxmenu("2005")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
fx("text=V Open de Madrid;url=fotos_05.htm#open");
fx("text=Carnavales;url=fotos_05.htm#carnaval");
fx("text=Trofeos Racimo de Oro;url=novedades.htm#racimo");
fx("text=Gran nevada en Cadalso;url=fotos_05.htm#nevada");
fx("text=Bailes regionales;url=fotos_05.htm#baile");
fx("text=Gala elección de misses;url=fotos_05.htm#misses");
fx("text=Fiestas Patronales 2005;url=fiestas_05.htm");
}
/* año 2005 */
with(new fxmenu("2006")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
fx("text=Carnavales;url=fotos_06.htm#carnaval");
fx("text=Corpus Christi;url=fotos_06.htm#corpus");
fx("text=Cadalso nevado;url=fotos_06.htm#nieve");
fx("text=III Mercado Medieval;url=fotos_06.htm#mercado");
fx("text=Fiestas Patronales 2006;url=fotos_06.htm");
}

/* menu cómo llegar */

with(new fxmenu("SecondMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
top=30;
left=30;
orientation="vertical";
fx("text=Cómo llegar;width=159;show=mapas;");
}

with(new fxmenu("mapas")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
hidedelay=0;
fx("text=Desde Madrid;url=madrid.htm;");
fx("text=Desde Avila;url=avila.htm;");
fx("text=Desde Toledo;url=toledo.htm;");
}

/* Main Menu */

with(new fxmenu("ThirdMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
top=30;
left=30;
orientation="vertical";
fx("text=Deporte;width=159;show=deportes;");
}

with(new fxmenu("deportes")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
hidedelay=0;
fx("text=El equipo de MTB;width=159;url=deportes.htm;");
fx("text=Nuestros Campeones;width=159;url=deportes.htm#campeones;");
}

/* Main Menu */

with(new fxmenu("FourthMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
top=30;
left=30;
orientation="vertical";
fx("text=El Ayuntamiento informa;width=159;show=interes;");
}

with(new fxmenu("interes")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
hidedelay=0;
fx("text=Teléfonos de utilidad;width=159;url=interes.htm#telefonos;");
fx("text=Bolsa de empleo;width=159;url=interes.htm#bolsa;");
fx("text=Nuevo centro de Salud;width=159;url=interes.htm#centro;");
fx("text=Centro acceso a Internet;width=159;url=interes.htm#capi;");
}
buildMenus();