/*****************************************************************************************************/
/*                                                                                                   */
/*                                      'COMMENTS UTILITY' CONTROL PANEL                             */          
/*                                                                                                   */
/*****************************************************************************************************/
var CommentsUtilityObject = new Object();


function initCommentsUtilityPanel(no_comments){
	
	CommentsUtilityObject.info = new UTILITY_GINFO(this);
	//alert(no_comments)
	CommentsUtilityObject.info.init(no_comments);
}




