﻿if ( typeof Avencia == 'undefined' || typeof Avencia.Controls == 'undefined' ) {
	Ext.ns('Avencia.Controls');
}

Avencia.Controls.Banner = function( config ) {
	this.PanelID = config.PanelID;
};