﻿function Vehicules() {

        this.setloadresa = function Setloadresa() {
        
        $(".resa_vehicule .field_line").hide();
        $(".current").show();
        $("#typeGammeResa").val("1");
        $(".resa_vehicule h3").click(function() {
            //$(".resa_vehicule .field_line").slideUp("fast");
            $(".resa_vehicule .field_line").hide();
            $("#typeGammeResa").val("");
            $(this).next(".resa_vehicule .field_line").show();
            $("#typeGammeResa").val($(this).next(".resa_vehicule .field_line").attr("rel"));
        });
        };
}