function imagePopup(){this.configure=function(options){this.url=options.url;} this.draw=function(){return'
Loading...
';} this.load=function(){var selector='div[@type="image-popup"]:last';$(selector).html('
Haga click en la imagen para cerrar
');$(selector).click(function(){PopupManager.getActive().close();});}}