//PopUp Window Shop
function doPopUpNote(){
  doPopUpWindow = window.open("http://bandofheathens.de/note.htm","Quick_Note",
  "resizable=no,scrollbars=yes,left=100,top=20,screenX=100,screenY=100,width=550,height=540");
}
