function shckbp(shckp,shckti,shckte,shckid)

{ var undefined;


  if (shckti==undefined || (shckti==''))
  {shckti='www.dynacord.de';}

  if (shckte==undefined || (shckti==''))
  {shckte='';}

  if (shckid==undefined)
  {shckid='';}
  
  x=(screen.availWidth/2)-(800/2);y=(screen.availHeight/2)-(600/2);
  
  shcknw=window.open('',shckid,'resizable=0,width=800,height=500,top='+y+',left='+x+'');
            
  with (shcknw)
  {
    focus();
    document.open();
	document.write('<html>\n<head>\n<title>'+shckti+'</title>\n');
	document.write('<meta http-equiv="imagetoolbar" content="no">\n');
	document.write('<style>\nhtml{overflow:hidden;}\nbody{overflow:hidden;}\n</style>\n</head>\n\n');
	document.write('<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no" onload="opener.shckrez(document.images[0].width,document.images[0].height)">\n\n')
	document.write('<a href="javascript:self.close()">');
	document.write('<img src="'+shckp+'" border="0" alt="'+shckte+'">')


	if (navigator.appName.toLowerCase() != 'netscape')
  	{	
		document.write('<table border="0" cellpadding="0" cellspacing="0" height="100%">\n');
		document.write('  <tr>\n');
		document.write('    <td width="100%" valign="top"><img id="shckLWH" border="0" width="0" height="100%"></td>\n');
		document.write('  </tr>\n');
		document.write('</table>\n\n');  		
	}
		

	document.write('</body>\n</html>');	
	document.close();
  }
}