var CAT_CONTENT = function () {
	}
CAT_CONTENT.prototype.printContent = function ( bokm_id , mark_id ) {
	//KB_cur_ppid = pp_id;
	var str = 'testEncode=тест';
	//if( pp_id != '' && pp_id != undefined ) str += '&pp_id=' + pp_id; 
	//if( select_mode != '' && select_mode != undefined ) str += '&select_mode=' + select_mode; 
	if( bokm_id != '' && bokm_id != undefined ) str += '&bookmark_name=' + bokm_id; 
	if( mark_id != '' && mark_id != undefined ) str += '&mark_id=' + mark_id; 
	//if( sess_file != '' && sess_file != undefined ) str += '&sess_file=' + sess_file; 
	//if( show_all != '' && show_all != undefined ) str += '&show_all=' + show_all; 
	//if( search_word != '' && search_word != undefined ) str += '&search_word=' + search_word; 
	//if( group_check != '' && group_check != undefined ) str += '&in_group_check=' + group_check; 
	//if( type_doc_check != '' && type_doc_check != undefined ) str += '&in_type_doc_check=' + type_doc_check; 
	//if( is_search != '' && is_search != undefined ) str += '&search_flag=' + is_search; 
	//var tmp_content_container = HVC_CONTENT_AREA_OBJ.showContent();
	//if( !tmp_content_container ) return false;
	result = CAT_SERVER_OBJ.loadFragmentInToElement( "/scripts/for_CATcontent.php?" + str , getElement( "content" ) , "<small class=gray>Загрузка...</small>" );
	return result;
	}