
var AgatEvents={windowOnLoadUser:function(){if(window.windowOnLoadUser!=undefined){try{return windowOnLoadUser();}catch(e){}}},userBeforeSubmit:function(){if(window.userBeforeSubmit!=undefined){try{return userBeforeSubmit();}catch(e){}}
return true;},userOnChange:function(ControlID){if(window.userOnChange!=undefined){try{userOnChange(ControlID);}catch(e){}}},userAfterAddTableRow:function(tableId){if(window.userAfterAddTableRow!=undefined){try{userAfterAddTableRow(tableId);}catch(e){}}},userBeforeAddTableRow:function(tableId){if(window.userBeforeAddTableRow!=undefined){try{return userBeforeAddTableRow(tableId);}catch(e){}}
return true;},userBeforeRemoveTableRow:function(tableId,RowIndex){if(window.userBeforeRemoveTableRow!=undefined){try{return userBeforeRemoveTableRow(tableId,RowIndex);}catch(e){}}
return true;},userAfterRemoveTableRow:function(tableId){if(window.userAfterRemoveTableRow!=undefined){try{return userBeforeRemoveTableRow(tableId);}catch(e){}}
return true;},userBeforeOnloadWizardStep:function(StepIndex){if(window.userBeforeOnloadWizardStep!=undefined){try{return userBeforeOnloadWizardStep(StepIndex);}catch(e){}}
return true;},userOnLoadWizardStep:function(StepIndex){if(window.userOnLoadWizardStep!=undefined){try{userOnLoadWizardStep(StepIndex);}catch(e){}}},userBeforePrint:function(isPrintPreview){if(window.userBeforePrint!=undefined){try{return userBeforePrint(isPrintPreview);}catch(e){}}
return true;},userAfterPrint:function(isPrintPreview){if(window.userAfterPrint!=undefined){try{userAfterPrint(isPrintPreview);}catch(e){}}}}