var hvorher;
var whatToRestore;
function flow1(what){
	if($(what).hasClass('accordeon-wrap-closed')){
		$(what).removeClass('accordeon-wrap-closed');
		$(what).addClass('accordeon-wrap-open');
	}else if($(what).hasClass('accordeon-wrap-open')){
		$(what).removeClass('accordeon-wrap-open');
		$(what).addClass('accordeon-wrap-closed');
		//hvorher = $(what).parent("div").height();
		hvorher = $('#main-content').height();
		
		
		
		//$('#main-content').css('height',20000);

		//window.setTimeout("restoreHeight()", 500);
		
	}
}


function restoreHeight(){
	//$('#main-content').css('height', 20000).css('height', 1600);
}

//main-content-leftcol