function com_quote(comm_id){
 jQuery('#q_'+comm_id).append(jQuery("#cmd"));
 jQuery('#comm_id').val(comm_id);


}
