function dpf_matrix_show_info(ctrl,txt) {
//alert("OK");
 var myobj;
 myobj = document.getElementById(ctrl);
 myobj.innerHTML=txt;
}
