// JavaScript Document
function clearbox(thebox)
{
  if(thebox.value == "Buscar") thebox.value = "";
}

function busca_contenido() {
	var f = document.forms['buscador'];
	f.nInicio.value = 0 // reseteo de paginación
	return true;
}