function cfm(newlocation) {
    Ext.MessageBox.confirm('Confirmation', 'Are you sure your want to delete this item?', function(btn){if(btn=="yes")location=newlocation});
}




            
