$.include(config.scriptpath + "generals/misc.js");
$.include(config.scriptpath + "generals/jquery-ui-tab.js");
$.include(config.scriptpath + "generals/behaviour.js");
$.include(config.scriptpath + "static/behaviour.js");
$.include(config.scriptpath + "static/staticpages.js");
$.include(config.scriptpath + "generals/DaxWide-Bold_400.font.js");
$.include(config.scriptpath + "tracking/s_code.js");
$.include(config.scriptpath + "tracking/tracking.js");

jQuery.extend({
	toggleFlatContent : function(flag){
        if(flag == "show"){
            $("#flat-table").addClass("show-detail-view");
            $("#flat-table-detail").show();
        }
        if(flag == "hide"){
            $("#flat-table").removeClass("show-detail-view");
            $("#flat-table-detail").hide();
        }
	}
});



$(document).ready(function(){
    $.addBehaviour(generalBehaviour);
    $.addBehaviour(produktuebersichtBehaviour);
    $.addBehaviour(faqForm);
    $.addBehaviour(kundencenterForm);
	$.addBehaviour(startNewsletterWindow);
});

