
function DisplayModalPopup(behaviourID) {
 var mpe = Sys.Application.findComponent(behaviourID);
  if (mpe) {
    mpe.show();
  }
}






