function notice() {
	alert ("Se convoca ASAMBLEA GENERAL en Madrid para el 28 de Marzo. ˇMás información en la página Web!");
} 


function sinBotones()
{
	var URL="index2.htm";
	var titulo="Titulo";
	var x=0;
	var y=0;
	var ancho=792;
	var alto=572
	var herramientas=0;
	var direccion=0;
	var barras=1;
	ventana= window.open(asociado.php,titulo,"left="+x+",top="+y+",width="+ancho+",height="+alto+",toolbar="+herramientas+",location="+direccion+",scrollbars="+barras);
} 