// JavaScript Document
function OpenFenster()
{
  neuesFenster=window.open("http://www.mk-oberdrauburg.at/Details/Fasching.html","Kinderfasching", "width=800,height=600,screenX=50,screenY=50,menubar=no");
  neuesFenster.focus();
}

