<!--
function shckbp(shckp,shckti,shckte,shckid)
{ var undefined;

  if (shckti==undefined || (shckti==''))
  {shckti='www.TVB-Hamburg.com';}

  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=600,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+'">')
	document.write('<span style="position: absolute; left: 0; top: 0">');
	document.write('<img border="0" src="./img/close.gif"></span></a><br>\n\n');	

	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="./img/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)
{
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;     
		}
}

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

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

shcknw.moveTo(shckx,shcky);
}
//-->