function ConfirmDelete(url) {
  popupWin = window.open(url, 'same', 'scrollbars=no,resizable=no,toolbar,width=250,height=225,left=50,top=50')
}
function openContent(url) {
  popupWin = window.open(url, 'same', 'scrollbars=yes,resizable=yes,toolbar,width=500,height=500,left=50,top=50')
}
function Adtech(url) {
  popupWin = window.open(url, 'same', 'scrollbars=no,resizable=no,toolbar,width=400,height=500,left=50,top=50')
}

function largeImage(url) {
  popupWin = window.open(url, 'same', 'scrollbars=no,resizable=no,toolbar=no,width=400,height=425,left=50,top=50')
}
function Comment(url) {
  popupWin = window.open(url, 'same', 'scrollbars=no,resizable=no,toolbar,width=500,height=300,left=50,top=50')
}

