function popWin(url, name, width, height) {
  window.open(url, name, "width=" + width + ",height=" + height + ",dependent=1,directories=0,location=0,menubar=0,resizable=1,scrollbars=yes,toolbar=0");
}


function popWinNoScroll(url, name, width, height) {
  window.open(url, name, "width=" + width + ",height=" + height + ",dependent=1,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,toolbar=0");
}


function policies() {
  //launch the policies window
  popWin("/policies/policies.html","policies",497,500);
}


function whatscvv() {
  //launch the What's a CVV window
  popWin("/store/whats_cvv.html","whatscvv",497,500);
}
