var cont_tog = 1;
var myTable = {};


window.addEvent('domready', function(){


	new FormCheck('formular', {
		display : {
			errorsLocation : 1,
			indicateErrors : 2,
			flashTips : true,
			fadeDuration : 1000,
			tipsOffsetX: -210,
			tipsOffsetY: 16,
			keepFocusOnError: 0,
			submitByAjax: true
		}
	})


 
myTable = new sortableTable('myTable', {overCls: 'over', onClick: function(){var num = this.id; new Moognify(this,{duration: 300, borderDuration: 200, source: "mxr_cms/upload/files/bild_"+num+".jpg"});}, sortOn: 1});

Fx.Style.implement({
    toggle: function(min,max){
        return this.start((this.element.getStyle(this.property).toInt() == min) ? max : min);
    }						 
});							 
						
						
							 
		var myMenu = new ImageMenu($$('#kwick .kwick'),{openWidth:485, onClick:openThumbs});






})


