FYI
(My file is dated 2/17/2011 5:17 am)
While debugging with FireBug I discovered this syntax error...
this.showDialog = function(MessageText, HeaderText) { ...this.hideDialog = function() { ...if (_I.boxObj) _I.boxObj.hide() <<<--- Semi-Colon Missingif (_I.okButtonId) wwEvent.removeEventListener($w(_I.okButtonId),"click",_I._callback,false);