
//Hilfe-Fenster
function partner_popup(){
  var fenster = window.open("../partnerlinks.htm", "Partnerlinks", "width=500,height=400,hotkeys=no,dependent=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0")
  if (fenster.opener==null)
  {
    fenster.opener = self
  }
  fenster.focus();
  fenster.moveTo(screen.width/2-395,screen.height/2-280);
}

function vk_popup(){
  var fenster = window.open("../verkaufsstellen.php", "Verkaufsstellen", "width=500,height=400,hotkeys=no,dependent=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0")
  if (fenster.opener==null)
  {
    fenster.opener = self
  }
  fenster.focus();
  fenster.moveTo(screen.width/2-395,screen.height/2-280);
}

