function shckbp(shckp,shckti,shckte)
{ var undefined;
  var copy = "<font face='Geneva, Arial, Helvetica, sans-serif' size='1.0pt' color='#666666'> © 2006 COPYRIGHT: philosophiekunst e.V., Köln, Tel: 0221 96 46 076</font>";
  if (shckti==undefined || (shckti==''))
  {shckti='www.philosophiekunst.com';}
  if (shckte==undefined || (shckti==''))
  {shckte='Bild nicht gefunden!';}
  x=(screen.availWidth/2)-(800/2);
  y=(screen.availHeight/2)-(600/2);
  shcknw=window.open('','','resizable=0,width=800,height=600,top='+y+',left='+x+'');
  // reszable =1 im Original!          
  with (shcknw)
  {
    focus();
    document.open();
	document.write('<title>'+shckti+'</title>');
	document.write('<meta http-equiv="imagetoolbar" content="no">');
	document.write('<body leftmargin="10" topmargin="10" marginwidth="0" marginheight="0" scroll="no" onload="opener.shckrez(document.images[0].width,document.images[0].height)">')
	document.write (copy);
	document.write('<a href="javascript:self.close()">');
	document.write('<img src="'+shckp+'" border="0" alt="'+shckte+' "></a><p>')
	document.write ("<table border='0' cellpadding='3' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%'><tr>");
	document.write ("<td width='50%' align='center'><input type='button' value='BILD AUSDRUCKEN' style='font-family: Verdana; font-size: 10px; width: 140' onclick='window.print()'></td>");
   	document.write ("<td width='50%' align='center'><input type='button' value='FENSTER SCHLIESSEN' style='font-family: Verdana; font-size: 10px; width: 140' onClick='self.close()'></td></table>");
	document.write ("</body></html>");
	document.close();
  }
}

function shckrez(x,y)
{ y=y+120;  // +60 = unterer Rand für Btn*s
  x=x+18;
if (navigator.appName.toLowerCase() == 'microsoft internet explorer')
  {
 if ((navigator.userAgent.toLowerCase().indexOf('aol')==-1) && (navigator.userAgent.toLowerCase().indexOf('opera')==-1))
     {shcknw.resizeTo(x+12,y+31);}
 if (navigator.userAgent.toLowerCase().indexOf('opera')!=-1)
     {shcknw.resizeTo(x+12,y+31);}
 if (navigator.userAgent.toLowerCase().indexOf('aol')!=-1)
     {shcknw.resizeTo(x+4,y+4);}
  }
else
{
	if(navigator.appVersion.substring(0,1) < "5")
		{shcknw.resizeTo(x,y);}
	else
		{shcknw.resizeTo(x+8,y+28);}
}

shckx=(screen.availWidth/2)-(x/2);
shcky=(screen.availHeight/2)-(y/2);

shcknw.moveTo(shckx,shcky);
}

var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{ 
  if(popUpWin)
  { if(!popUpWin.closed) popUpWin.close();}
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
