function imageNoClosePopup(){this.configure=function(options){this.url=options.url;this.modal=options.modal;}
this.draw=function(){return'
';}
this.load=function()
{
var selector='div[@type="imageNoClose-popup"]:last';
$(selector).html('');
$(selector).click(function(){PopupManager.getActive().close();});
}
}