function abrir(ventana)
{
	window.open(ventana, "", "width=400,height=250,location=no,\
	menubar=no,resizable=no,status=no,toolbar=no,scrollbars=yes");
}

function activar(pos_menu)
{
	top.frames["AlumnoIndice"].document.applets[0].activar(pos_menu);
}

