function shckbp(shckp,shckti,shckte,shckid)
<!--   © Christian Köchy   http://www.shck.de   mail@shck.de	-->
{ var undefined;

  if (shckti==undefined || (shckti==''))
  {shckti='www.shck.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=1,width=800,height=600,top='+y+',left='+x+'');
            
  with (shcknw)
  {
         focus();
         document.open();
	document.write('<!--\n\t© Christian Köchy\n\thttp://www.shck.de\n\tmail@shck.de\n-->\n\n');
	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)" bgcolor="#000">\n\n')
	document.write('<a href="javascript:self.close()">');
	document.write('<img src="'+shckp+'" border="0" alt="'+shckte+'">')
	document.write('<span style="position: absolute; left: 0; top: 0">');
		

	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" src="http://www.shck.de/uuups_noscript/pics/shck_pl.gif" width="1" height="100%"></td>\n');
	document.write('  </tr>\n');
	document.write('</table>\n\n');

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


function shckrez(x,y)
{
xX=0;
yY=0;
if (navigator.appName.toLowerCase() == 'microsoft internet explorer')
  {
	
 	if ((navigator.userAgent.toLowerCase().indexOf('aol')==-1) && (navigator.userAgent.toLowerCase().indexOf('opera')==-1))
     	{
     		xX=12;
	     	yY=31;
     	}
    
	if (navigator.userAgent.toLowerCase().indexOf('opera')!=-1)
     	{
     		xX=12;
     		yY=38;     
     	}

	if (navigator.userAgent.toLowerCase().indexOf('aol')!=-1)
     	{
     		xX=4;
     		yY=4;     
     	}


  }


else
{

    		
	if(navigator.appVersion.substring(0,1) < "5")
		{
	     	xX=0;
	     	yY=0;
		}
	
	else
		{
	     	xX=25;
	     	yY=50;     
		}


	if (navigator.userAgent.toLowerCase().indexOf('firefox')!=-1)
     	{
     		xX=8;
     		yY=56;     
     	}

}

shcknw.resizeTo(x+xX,y+yY);


        if (navigator.userAgent.toLowerCase().indexOf('firefox')==-1)

        {

                 yK=y-shcknw.shckLWH.height;

                 if (yK>0) {shcknw.resizeTo(x+xX,y+yY+yK);}

        }

shckx=(screen.availWidth/2)-(x/2);
shcky=(screen.availHeight/2)-(y/2);

if (x>=screen.availWidth || y>=screen.availHeight)

	{

		shcknw.moveTo(-2,-5);

	}

else

	{

		shcknw.moveTo(shckx,shcky);

	}

}