function pop(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function popExt(theURL,winName,features) { //v2.0
  var path = "http://webzone.k3.mah.se/projects/taste_of_bitters/" + theURL;
 //alert(path);
  window.open(path,winName,features);
}
