function Buscar() {
	if (window.document.frmbuscar.txtbuscar.value != '') {
		window.document.frmbuscar.submit();
	}
	else {
		alert("Introduzca un término de búsqueda.")
	}
}
function avisolegal() {
window.open("avisolegal.asp","video","height=455,width=655,scrollbars=yes");
}