function pridiv(divid) {
var disp_setting="toolbar=yes,location=no,";
disp_setting+="directories=yes,menubar=yes,";
disp_setting+="scrollbars=yes,width=480, height=500, left=100, top=25";
   var content_vlue = document.getElementById(divid).innerHTML;
   var docprint=window.open("","moep",disp_setting);
   docprint.document.open();
   docprint.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"');
   docprint.document.write('"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">');
   docprint.document.write('<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">');
   docprint.document.write('<head><title>KH-Pforzheim</title>');
   docprint.document.write('<style type="text/css">body{ margin:20px;');
   docprint.document.write('font-family:Verdana,Arial;color:#000;line-height:150%;');
   docprint.document.write('font-size:12px;}');
   docprint.document.write('a{color:#000;text-decoration:none;} </style>');
   docprint.document.write('</head><body onLoad="self.print()">');
   docprint.document.write(content_vlue);
   docprint.document.write('</body></html>');
   docprint.document.close();
   docprint.focus();

}



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


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 popsm(Lang,Ziel,Fenster,Posleft)
{
Ziel=Ziel + '&index=' + Lang;
win = window.open(Ziel,Fenster,"resizable=1,scrollbars=yes,width=400,height=250,screenX=" + Posleft + ",screenY=0,left=" + Posleft + ",top=0");
if (win != null)
if (win.closed);
win.focus();
}



function popproj(imgid,divnum,tbn,tbngal,wis,his)
{
var tsjsi = new Date().getTime();
var Ziel='xxlproj.php?imgid=' + imgid + '&divnum=' + divnum + '&tbn=' + tbn + '&nc=' + tsjsi;
win = window.open(Ziel,"nocheinfensterlein","resizable=1,scrollbars=yes,width=" + wis + ",height=" + his + ",screenX=3,screenY=3,left=3,top=3");
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 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();
}



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;
}
