
function displayErrorPopup(errorMsg)
{
   errorMsg = errorMsg.replace("\\'", "'");
   radalert(errorMsg, 330, 210, ' ');
}
