function OpenPopUp(Url) {  msgWindow = window.open(Url,'','toolbar=no, location=no, directory=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=780, height=300, screenX=100, screenY=100, top=0,left=50'); }
