/****************************************\ * Author: Gabriel Guzman * * Date: 20-08-2008 * * Email: gabriel.guzman@concatel.com * * CVT Argentina * \****************************************/ /** * Parameters: * @url: * String * Ex.: url: 'simplePopup.so?action=drawPopup' */ function UsersPopup(){ /* Read configuration parameters */ this.configure = function(options){ this.url = options.url; this.curr_url = options.curr_url; } /* Create the loading skeleton */ this.draw = function(){ return '