
	windowOnLoad.add("Bestand.init()");


	var Bestand = {
		init: function() {
			fillForm(Global.suchparams);
		}
	}
