if (typeof(Ext) != 'undefined') {
	Ext.onReady(function() {
		Ext.QuickTips.init();
	});
}