window.addEvent('domready', function () {
	
    // Start Lightbox
	Lightbox.init({resizeSpeed: 400, animate: true, overlayOpacity: 0.8, allowSave: false, slideshowAutoplay: true, slideshowInterval: 5000, slideshowAutoclose: true,lllImage: 'Bild', lllOf: 'von'});	
	
  // init form check
	check = new FormCheck('reg_form', {
		display : {
					fadeDuration : 500,
					errorsLocation : 1,
					indicateErrors : 1,
					showErrors : 1
		}
	});
	
	// init form check
	check2 = new FormCheck('avb_form', {
		display : {
					fadeDuration : 500,
					errorsLocation : 1,
					indicateErrors : 1,
					showErrors : 1
		}
	});

});

