//
// Form specific function to setup fields before adding
//
//
var    frmnam='shref$';
//
// Form specific function to  calculate totals
//
//
// Form specific function to  calculate totals
//
function frmBegin(name){
////    frmnam='shref$';
    showmsg='  frmBegin '+name;
    objid='mesagbox';
    newid=frmnam+objid;
    metid=document.getElementById(newid);
mesagw(showmsg);
openDialog();
    return;
}
///
// Standard Form Refresh routin form depenedqant
//
function Refresh(obj){
    return;
    ///    getnr(obj) ;                       // redwrt.js
    ablfld('disabled') ;
    return;
}