// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (mpbLegPst == null) var mpbLegPst = {}; mpbLegPst._path = '/dwr'; mpbLegPst.changeOno = function(p0, callback) { dwr.engine._execute(mpbLegPst._path, 'mpbLegPst', 'changeOno', p0, callback); } mpbLegPst.getMnList = function(p0, callback) { dwr.engine._execute(mpbLegPst._path, 'mpbLegPst', 'getMnList', p0, callback); }