
function get_form_values (){
	return ( $('ofertas_search_box').serialize() );
}

function send_form( lg ){
	//window.location = ('/'+ lg +'/index.php?link1=ofertas&' + get_form_values () );
	window.location = ('/'+ lg +'/index.php?link1=ofertas&' + get_form_values () );
}

