Event.onDOMReady(function() {


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



/* FORMIDABLE: Form 'orgsearch' instance description */
Formidable.Context.Forms["orgsearch"] = new Formidable.Classes.FormBaseClass(
		{"sFormId":"orgsearch","Misc":{"HiddenIds":{"Lister":{"page":"orgsearch_AMEOSFORMIDABLE_DHLISTER_PAGE","sortField":"orgsearch_AMEOSFORMIDABLE_DHLISTER_SORT_FIELD","sortDirection":"orgsearch_AMEOSFORMIDABLE_DHLISTER_SORT_DIRECTION"}},"Urls":{"Lister":{"sortAction":"\/#LISTER_orgsearch"},"Ajax":{"event":"http:\/\/www.schoenherrfabrik.de\/index.php?eID=tx_ameosformidable&object=tx_ameosformidable&servicekey=ajaxevent"}},"MajixSpinner":{}}}
	);



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



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



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



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