// JavaScript Document

function popWindow(url) {
  window.open(url,'popWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no, width=400, height=400, screenX=150,screenY=150,top=150,left=150')
}

function popWindowShippingEstimator(url) {
  window.open(url,'popWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no, width=612, height=500, screenX=150,screenY=150,top=150,left=150')
}
