// 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 (Proj == null) var Proj = {}; Proj._path = '/csc/dwr'; Proj.getCountryListByIdentity = function(p0, callback) { dwr.engine._execute(Proj._path, 'Proj', 'getCountryListByIdentity', p0, callback); } Proj.getProjListByIdAndIdentity = function(callback) { dwr.engine._execute(Proj._path, 'Proj', 'getProjListByIdAndIdentity', callback); } Proj.getSubProjListByIdAndProject = function(callback) { dwr.engine._execute(Proj._path, 'Proj', 'getSubProjListByIdAndProject', callback); }