

function buscadorOfertasEmpleoIniciar() {

	// Botones de ayuda para el formulario
	$("acronym").click ( function () {
		$(this).html("<br /><a class='aAyuda' title='' href=\"javascript:cerrarAyuda('" +  
					$(this).attr("id") + "');\" onclick=\"cerrarAyuda('" +  
					$(this).attr("id") + "');\">" + $(this).attr("title") + "</a>");
	} );
}

function cerrarAyuda(id) {
	$("#" + id).html("?");
}