Ext.onReady(function(){
	if (Ext.get('tab_container_1')) {		
		var tabs1 = new Ext.TabPanel({
			applyTo: 'tab_container_1',
			width: 297,
			height: 216,
			autoShow: true,
			activeTab: 0,
			deferredRender: false,
			autoTabs: true,
			plain: true,
			defaults:{
				autoScroll: true
			}
		});
	}
});