Ext.onReady(function(){
	var tabs2 = new Ext.TabPanel({
		renderTo: 'termek_ajanlo',
		activeTab: 0,
		width:660,
		plain:true,
		enableTabScroll:true,
		defaults:{autoScroll: true, autoHeight: true},
		items: pasztorbot.ajanlo_menu
	});
});
