function uAlert(messg,title) {
if(title==null) title='Uploader';
$('#swfList object').hide();
$('#swfList iframe').hide();
jAlert(messg,title,function() {
$('#swfList object').show();
$('#swfList iframe').show();
});
}
