/************************************************************
An ExtJS event that fires when the document is ready 
(before onload and before images are loaded).
*************************************************************/

Ext.BLANK_IMAGE_URL = "/ExtJS/resources/images/default/s.gif"; 
Ext.onReady(function(){
    Ext.QuickTips.init();
    createLayout();    
});
