jQuery(document).ready(function() {    
    jQuery("#gamas_navigation").change(function(event){
        location = jQuery(this).val();
    });

    jQuery("#cultivos_navigation").change(function(event){
        location = jQuery(this).val();
    });
});