function ShowMessage(msg){
  $('#emsg').html(msg);
}

function ClearMessage(){
  $('#emsg').html('&nbsp;');
}
