Event.onDOMReady(function() {

Formidable.initialize({path: 'http://www.picardie-europe.eu/typo3conf/ext/ameos_formidable/'});
Formidable.Context.Forms["formulaire1"] = new Formidable.Classes.FormBaseClass(
	{"sFormId":"formulaire1","Misc":{"Urls":{"Ajax":{"event":"http:\/\/www.picardie-europe.eu\/index.php?eID=tx_ameosformidable&object=tx_ameosformidable&servicekey=ajaxevent"}},"MajixSpinner":{}}}
);
Formidable.Context.Forms["formulaire1"].Objects["formulaire1.search_projet.departement"] = new Formidable.Classes.ListBox(
	{"id":"formulaire1.search_projet.departement","localname":"departement","name":"formulaire1[search_projet][departement]","namewithoutformid":"search_projet[departement]","idwithoutformid":"search_projet.departement","formid":"formulaire1","_rdts":{},"parent":"formulaire1.search_projet","error":false}
);
Formidable.Context.Forms["formulaire1"].Objects["formulaire1.search_projet.theme"] = new Formidable.Classes.ListBox(
	{"id":"formulaire1.search_projet.theme","localname":"theme","name":"formulaire1[search_projet][theme]","namewithoutformid":"search_projet[theme]","idwithoutformid":"search_projet.theme","formid":"formulaire1","_rdts":{},"parent":"formulaire1.search_projet","error":false}
);
Formidable.Context.Forms["formulaire1"].Objects["formulaire1.search_projet.fond"] = new Formidable.Classes.ListBox(
	{"id":"formulaire1.search_projet.fond","localname":"fond","name":"formulaire1[search_projet][fond]","namewithoutformid":"search_projet[fond]","idwithoutformid":"search_projet.fond","formid":"formulaire1","_rdts":{},"parent":"formulaire1.search_projet","error":false}
);
Formidable.Context.Forms["formulaire1"].Objects["formulaire1.search_projet.submitbutton"] = new Formidable.Classes.RdtBaseClass(
	{"id":"formulaire1.search_projet.submitbutton","localname":"submitbutton","name":"formulaire1[search_projet][submitbutton]","namewithoutformid":"search_projet[submitbutton]","idwithoutformid":"search_projet.submitbutton","formid":"formulaire1","_rdts":{},"parent":"formulaire1.search_projet","error":false}
);
Formidable.Context.Forms["formulaire1"].Objects["formulaire1.search_projet"] = new Formidable.Classes.RdtBaseClass(
	{"id":"formulaire1.search_projet","localname":"search_projet","name":"formulaire1[search_projet]","namewithoutformid":"search_projet","idwithoutformid":"search_projet","formid":"formulaire1","_rdts":{"departement":"formulaire1.search_projet.departement","theme":"formulaire1.search_projet.theme","fond":"formulaire1.search_projet.fond","submitbutton":"formulaire1.search_projet.submitbutton"},"parent":false,"error":false}
);
Formidable.Context.Forms["formulaire1"].Objects["formulaire1.mylist"] = new Formidable.Classes.Lister(
	{"id":"formulaire1.mylist","localname":"mylist","name":"formulaire1[mylist]","namewithoutformid":"mylist","idwithoutformid":"mylist","formid":"formulaire1","_rdts":{},"parent":false,"error":false,"rdtbyrow":{"":{"nom_projet":"formulaire1.mylist..nom_projet","intitule_projet":"formulaire1.mylist..intitule_projet","montant_eu":"formulaire1.mylist..montant_eu","theme_projet":"formulaire1.mylist..theme_projet","departement_projet":"formulaire1.mylist..departement_projet","descriptif_projet":"formulaire1.mylist..descriptif_projet"}}}
);

Formidable.f("formulaire1").attachEvent("formulaire1.search_projet.submitbutton", "click", function(event) {Event.stop(event);
Formidable.f('formulaire1').addFormData({"search_projet[submitbutton]":"1"});Formidable.f('formulaire1').submitSearch();});
});
