Event.onDOMReady(function() {


/* FORMIDABLE: Framework Formidable.path initialization */
Formidable.initialize({path: 'http://www.dsag.de/typo3conf/ext/ameos_formidable/'});



/* FORMIDABLE: Form 'dsag' instance description */
Formidable.Context.Forms["dsag"] = new Formidable.Classes.FormBaseClass(
		{"sFormId":"dsag","Misc":{"HiddenIds":{"Lister":{"page":"dsag_AMEOSFORMIDABLE_DHLISTER_PAGE","sortField":"dsag_AMEOSFORMIDABLE_DHLISTER_SORT_FIELD","sortDirection":"dsag_AMEOSFORMIDABLE_DHLISTER_SORT_DIRECTION"}},"Urls":{"Lister":{"sortAction":"\/dsaghome\/arbeitskreise\/suche.html#LISTER_dsag"},"Ajax":{"event":"http:\/\/www.dsag.de\/index.php?eID=tx_ameosformidable&object=tx_ameosformidable&servicekey=ajaxevent"}},"MajixSpinner":{}}}
	);



/* FORMIDABLE: RdtBaseClass dsag_newsearch initialization */
Formidable.Context.Forms["dsag"].Objects["dsag_newsearch"] = new Formidable.Classes.RdtBaseClass(
	{"id":"dsag_newsearch","formid":"dsag"}
);



/* FORMIDABLE: RdtBaseClass dsag_searchstr initialization */
Formidable.Context.Forms["dsag"].Objects["dsag_searchstr"] = new Formidable.Classes.RdtBaseClass(
	{"id":"dsag_searchstr","formid":"dsag"}
);



/* FORMIDABLE: ListBox dsag_thema_1 initialization */
Formidable.Context.Forms["dsag"].Objects["dsag_thema_1"] = new Formidable.Classes.ListBox(
	{"id":"dsag_thema_1","formid":"dsag"}
);



/* FORMIDABLE: ListBox dsag_thema_2 initialization */
Formidable.Context.Forms["dsag"].Objects["dsag_thema_2"] = new Formidable.Classes.ListBox(
	{"id":"dsag_thema_2","formid":"dsag"}
);



/* FORMIDABLE: ListBox dsag_thema_3 initialization */
Formidable.Context.Forms["dsag"].Objects["dsag_thema_3"] = new Formidable.Classes.ListBox(
	{"id":"dsag_thema_3","formid":"dsag"}
);



/* FORMIDABLE: RdtBaseClass dsag_resetlink initialization */
Formidable.Context.Forms["dsag"].Objects["dsag_resetlink"] = new Formidable.Classes.RdtBaseClass(
	{"id":"dsag_resetlink","formid":"dsag"}
);



/* FORMIDABLE: RdtBaseClass dsag_btnsubmit initialization */
Formidable.Context.Forms["dsag"].Objects["dsag_btnsubmit"] = new Formidable.Classes.RdtBaseClass(
	{"id":"dsag_btnsubmit","formid":"dsag"}
);



/* FORMIDABLE: RDT Events */
Formidable.f("dsag").attachEvent("dsag_btnsubmit", "click", function(event) {Event.stop(event);
Formidable.f('dsag').addFormData({"btnsubmit":"1"});Formidable.f('dsag').submitFull();});
});