function ConfirmDelete(url) {
  popupWin = window.open(url, 'same', 'scrollbars=no,resizable=no,toolbar,width=250,height=225,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')
}

function openShopSmart(url) {
  popupWin = window.open(url, 'same', 'scrollbars=no,resizable=no,toolbar,width=400,height=500,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 openBBB(url) {
  popupWin = window.open(url, 'same', 'scrollbars=no,resizable=no,toolbar,width=500,height=550,right=50,top=50')
}

function openVerisign(url) {
  popupWin = window.open(url, 'same', 'scrollbars=no,resizable=no,toolbar,width=500,height=550,right=50,top=50')
}

function openAccessory(url) {
  popupWin = window.open(url, 'same', 'scrollbars=yes,resizable=yes,toolbar,width=500,height=500,left=50,top=50')
}

function Rebate(url) {
  popupWin = window.open(url, 'same', 'scrollbars=no,resizable=no,toolbar,width=400,height=450,left=50,top=50')
}

function PO(url) {
  popupWin = window.open(url, 'same', 'scrollbars=no,resizable=no,toolbar,width=400,height=400,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')
}

