
ordernumber="";

emptyimage="imagenes/transparent.gif";// Transparent image in gif format.
showdelay=30;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=20;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=100;
height=19;
color="#000000";
coloron="#FFFFFF";
bgcolor="#EBEDEC";
bgcoloron="#AB0816";
fontsize="11px";
fontfamily="Arial, Helvetica, sans-serif";
paddingtop=3;
paddingleft=5;
arrow="imagenes/arrowblack.gif";
arrowon="imagenes/arrowwhite.gif";
arrowright=20;
arrowtop=3;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=100)";
menubgcolor="#AB0816";
menuborderwidth=0;
menubordercolor="#000000";
separatorsize=1;
separatorcolor="#000000";
highlightpath=true;
wiseposition=true;
}


/* Main Menu */

with(new fxmenu("MainMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
top=30;
left=30;
orientation="horizontal";
fx("text=inicio;width=35;url=index.htm");
fx("text=galería de fotos;width=110;show=fotos");
fx("text=varios;width=60;show=varios");
fx("text=últimas noticias;width=85;url=noticias.htm");
fx("text=foro LOS COLEGAS;width=125;url=http://boards5.melodysoft.com/app?ID=loscolegascadalso;target=_blank");
fx("text=contacta con nosotros;width=120;url=mailto:tarugo@loscolegas.es?subject=Peña Los Colegas;target=_blank");
fx("text=colaboradores/enlaces;width=115;url=enlaces.htm");
}

with(new fxmenu("fotos")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
fx("text=Año 2003;width=120;show=2003");
fx("text=Año 2004;width=120;show=2004");
fx("text=Año 2005;width=120;show=2005");
fx("text=Año 2006;width=120;show=2006");
fx("text=Año 2007;width=120;show=2007");
}

with(new fxmenu("2003")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
fx("text=Verano 2003;width=100;url=fiestasverano2003.htm");
fx("text=Invierno 2003;width=100;url=fiestasinvierno2003.htm");
}

with(new fxmenu("2004")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
fx("text=Verano 2004;width=100;url=fiestasverano2004.htm");
fx("text=Invierno 2004;width=100;url=fiestasinvierno2004.htm");
}

with(new fxmenu("2005")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
fx("text=Verano 2005;width=100;url=fiestasverano2005.htm");
fx("text=Invierno 2005;width=100;url=fiestasinvierno2005.htm");
}

with(new fxmenu("2006")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
fx("text=Verano 2006;width=100;url=fiestasverano2006.htm");
fx("text=Invierno 2006;width=100;url=fiestasinvierno2006.htm");
}

with(new fxmenu("2007")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
fx("text=Fiesta Campera;width=100;url=fiestacampera2007.htm");
fx("text=Verano 2007;width=100;url=fiestasverano2007.htm");
}

with(new fxmenu("varios")){
style=itemStyle;
menustyle=menuStyle;
width=130;
menuborderwidth=1;
menubordercolor="#000000";
fx("text=Fotos Curiosas;width=110;url=curiosas.htm");
fx("text=Envíanos tus fotos;width=110;url=enviar_cositas.htm");
}
buildMenus();