jQuery(document).ready(function(){
                // binds form submission and fields to the validation engine
                jQuery("#formID, #formIDstrom, #formIDkredit, #formIDdsl, #formIDrecht").validationEngine();
                //$("#formID, #formIDstrom").bind("click",function(){alert('clicked');});
                //$("#tab-2").bind("click",function(){alert('clicked');});
                //$("#tab-2").bind("click",function(){$(".parentFormformID").detach()});
                $("#tab-1,#tab-2,#tab-3,#tab-4,#tab-5").bind("click",function(){
                      $(".parentFormformID, .parentFormformIDstrom, .parentFormformIDkredit,.parentFormformIDdsl,.parentFormformIDrecht")
                      .detach()
                    });
                });
