// JavaScript Document

function NeuFenster() {
  Werbung = window.open("Kartoffelfest2009.htm", "Zweitfenster", "width=436,height=620,location=no,status=yes");
  Werbung.moveTo(screen.width-450,screen.height-680);
  Werbung.focus();
}

