function comprobarEnter(tecla)
{
	if(tecla==13)
		buscar(document.f.busqueda.value);
}

function buscar(texto)
{
	document.location.href='http://www.agedem.org/buscador.php?q='+texto+'&s=0&e=10&user_e=10&searchpagelocation=%2Fbuscador.php';
}

function librovisitas()
{
	window.open('http://www.agedem.org/guestbook/gbook.php', '', 'width=850, height=600, resizable=yes, status=yes, scrollbars=yes');
}

function foro()
{
	window.open('http://agedem.mforos.com', '', 'width=800, height=600, resizable=yes, status=yes, scrollbars=yes');
}

function favoritos()
{
	window.external.AddFavorite('http://www.agedem.org', 'AGEDEM - Asociación Getafe de Esclerosis Múltiple');
}

function postales()
{
	window.open('http://www.agedem.org/webcards/index.php', '', 'width=850, height=600, resizable=yes, status=yes, scrollbars=yes');
}