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 xxlimg(img)
{
var phpsite="xxl.php?img=" + img;
win = window.open(phpsite,"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 member(Ziel)
{
win = window.open(Ziel,"nocheinfenster","resizable=1,scrollbars=yes,width=780,height=500,screenX=10,screenY=10,left=10,top=10");
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=10,screenY=10,left=10,top=10");
if (win != null)
if (win.closed);
win.focus();
}

function chkat(Ziel)
{
win = window.open(Ziel,"Kategorie","resizable=1,scrollbars=yes,width=400,height=130,screenX=200,screenY=200,left=200,top=200");
if (win != null)
if (win.closed);
win.focus();
}


function closer(url)
{
opener.location.href=url;
self.close();
}



function openjupgal(page,repage)
{
backmsg = showModalDialog(page,"Dialog Box Arguments # 10","dialogHeight: 410px; dialogWidth: 400px; unadorned: No; center: No; help: No; resizable: No; status: No; scroll: No;dialogTop: 200px; dialogLeft: 300px");
location.href=repage;
}



function openbupload(bid)
{
var tsjs = new Date().getTime();
var msg="bupload.php?bid=" + bid + "&nc=" + tsjs;
backmsg = showModalDialog(msg,"Dialog Box Arguments # 8","dialogHeight: 450px; dialogWidth: 600px; unadorned: No; center: No; help: No; resizable: No; status: No; scroll: auto;dialogTop: 150px; dialogLeft: 350px");
}


function opensiteman(bid)
{
var tsjs = new Date().getTime();
var msg="siteman.php?bid=" + bid + "&nc=" + tsjs;
backmsg = showModalDialog(msg,"Dialog Box Arguments # 8","dialogHeight: 450px; dialogWidth: 850px; unadorned: No; center: No; help: No; resizable: No; status: No; scroll: auto;dialogTop: 100px; dialogLeft: 50px");
}
