var BaseWin = window.opener;
window.focus();
 
function closeWin() {
   top.opener = self;
   top.window.close();
}

function email(name, domain, display) {
  displayed = (typeof(display)=="undefined") ? name+"@"+domain : display
  document.write('<a href=mailto:' + name + '@' + domain + ' class=mlink>' + displayed + '</a>');
}

function openWin(PAGE) {
  window.open(PAGE,'_pic','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=500');
} 

function showCart() {
  window.open('https://www.usfireworks.biz/cgi-bin/webscr?cmd=_cart&business=matt\@dominatorfireworks.com&display=1&submit', '_help', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=560,height=560');
}

function showCartTest() {
  window.open('/cgi-bin/webscr?cmd=_cart&business=matt\@dominatorfireworks.com&display=1&submit','_cart','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=560,height=560');
}

function addCart(PAGE) {
  window.open(PAGE,'_cart','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=560,height=560');
}

