$( function() {

	$( 'div' ).find( '#open' ).css( { 

		cursor: 'pointer' 

	} ).one('mouseover', function() { 

		$('#forum_code_exec_'+this.name).toggle(); 

	}).one( 'click', function() {

		var time1 = new Date();

		$('#forum_code_to_'+this.name).chili();

		var time2 = new Date();

		var delta = time2 - time1;

		var ostwys = $('#forum_code_'+this.name).height();

		if (ostwys > 285) $('#forum_code_'+this.name).height(285);

		$('#forum_code_exec_'+ this.name).toggle();

		$('#forum_code_exec_'+ this.name).text( texta + delta + textb ); 

	} ).bind( 'click', function() {

		var disp =  $('#forum_code_'+this.name).css("display");

		if(disp != 'block') $( this ).parent().find('strong').text(zwi);

		else $( this ).parent().find('strong').text(roz);

		$('#forum_code_'+this.name).slideToggle("slow");

		$('#forum_code_exec_'+this.name).toggle();

	} );

} );
