function largeImage(url) {
  popupWin = window.open(url, 'same', 'scrollbars=no,resizable=no,toolbar=no,width=400,height=425,left=50,top=50')
}
function ConfirmDelete2(url) {
  popupWin = window.open(url, 'same', 'scrollbars=no,resizable=no,toolbar,width=250,height=300,left=50,top=50')
}

