function ApplyConfig(){
	// Apply MNM Theme
	Ext.util.CSS.swapStyleSheet('theme', '/Templates/AJAX/Ext2.0/CSS/FAAO.css');
    
    
	//Set Blank Image Path
	Ext.BLANK_IMAGE_URL = '/Templates/AJAX/Ext2.0/Images/s.gif';
}

if(typeof ( Ext ) != "undefined"){
	Ext.onReady(ApplyConfig);
}
