var PpsCallPanel = function() {
	
	PpsCallPanel.superclass.constructor.call (this, new Ext.Panel ({
		layout: 'fit',
		region: 'center',
		width: 640,
		height: 200,	
		border: true
		})
	);	
}

Ext.extend(PpsCallPanel, Ext.Panel, {	
	
});
