﻿function showModalPopupViaClient() {
    var modalPopupBehavior = $find('AjaxPopUpBehaviorWait');
    modalPopupBehavior.show();
}
function logoImageOver(elementId, ImgPath) 
{
    if(ImgPath.length>0) {
        document[elementId].src=ImgPath;
   } 
}
