function clickPanel(id) { Ext.get(id).setStyle('background-color', 'red'); //sleep(1000); //Ext.get(id).setStyle('background-color', 'green'); }