// JavaScript Document
//Menu ES
				with(milonic=new menuname("mainmenu")){
				alwaysvisible=1;
				orientation="horizontal";
				left=0;
				margin=2;
				top=0;
				position="relative";
				style=vertStyle0;
				aI("image=images/common/pip.gif;text=Principal;url=index.php;");
				aI("image=images/common/pip.gif;text=Noticias;url=noticias.php;");
				aI("image=images/common/pip.gif;text=V&iacute;deos;url=videos.php;");
				aI("image=images/common/pip.gif;text=Eventos;title=Events;url=eventos.php;");
				aI("image=images/common/pip.gif;text=Gacetilla;url=gacetilla.php;");
				aI("image=images/common/pip.gif;text=Archivo General;url=archivogeneral.php;");
				}
				drawMenus();

