function showDialog(msg) {
	$.blockUI({ message: $(msg) });
}
function hideDialog(msg) {
	$.unblockUI();
}
