function popme(Lang,Ziel)
{
Ziel=Ziel + '&index=' + Lang;
win = window.open(Ziel,"nocheinfenster","resizable=1,scrollbars=yes,width=400,height=250,screenX=0,screenY=0,left=0,top=0");
if (win != null)
if (win.closed);
win.focus();
}




function presse(Ziel)
{
win = window.open(Ziel,"Pressearchiv","resizable=1,scrollbars=yes,width=100,height=100,screenX=0,screenY=0,left=0,top=0");
if (win != null)
if (win.closed);
win.focus();
}

