/**
 * Don't touch this unless you know what you are
 * doing.  And if you do know what you are doing,
 * make a back up before making changes.  And if you didn't read
 * this and messed everything up, then get in touch with Alex Richardson (me).
 * The cstd office has my phone number.  I don't want to put it up here, because
 * anyone in the world can see this.
 */
Ext.onReady(function(){
	onExtReady();		//seperate function to allow outline to work
});

function onExtReady(){
	Ext.Updater.defaults.loadScripts = true;
	
	Ext.QuickTips.init();
	historySingleton.init();	
	toolbarSingleton.init();
}