function ZoolooElement() {
	this.setup = function(elementId,elementConf,elementAltId) {};
	this.minimize = function(elementId) {};
	this.maximize = function(elementId) {};
	this.popout = function(elementId) {};
	this.refresh = function(elementId,elementAltId) {};
	this.toggleOptions = function(elementId) {};
	this.remove = function(elementId) {};
	this.getConf = function(elementId) {return {};};
}