
//POPUP
function openShop(theURL){
  var top = 0;
  var left = 0;
  var win_new = window.open(theURL,'shoppopup','location=no,menubar=yes,toolbar=no,scrollbars=yes,resizable=yes,width=520,height=800,top='+top+',left='+left+',screenX='+left+',screenY='+top);
  win_new.focus();
}

//n}POPUP
function openMap(theURL){
  var top = 0;
  var left = 0;
  var win_new = window.open(theURL,'mappopup','location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=830,height=790,top='+top+',left='+left+',screenX='+left+',screenY='+top);
  win_new.focus();
}

