function get_search(idioma,hit) {
	t = document.getElementById('i_search').value;
	window.open(base_href + "buscador.php?tbl_languaje="+idioma+"&t_buscar=" + t + "&id_hit=" + hit,"_self");
}
