function shckbp(shckp,shckti,shckte)
{ var undefined;

  if (shckte==undefined)
  {shckte='';}

  if (shckti==undefined)
  {shckti='www.downtown-records.de';}

  shcknw = window.open('', '','resizable=0');

  with (shcknw)
  {
    document.open();
    document.write('<title>'+shckti+'</title>\n');
    document.write('<meta http-equiv=\"imagetoolbar\" content=\"no\">\n');
    document.write('<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" style=\"overflow: hidden;\"  onload=\"opener.shckrez(document.images[0].width,document.images[0].height)\">\n'); //background=\"img/bg_kachel.gif\"
    document.write('<table align=\"center\" valign=\"middle\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>\n');
	document.write('<td align=\"center\" valign=\"middle\">\n');
	document.write('<a href=\"javascript:self.close()\">\n');
    document.write('<img src=\"'+shckp+'\" border=\"0\" alt=\"'+shckte+'\">\n')
    document.write('</a>\n');
	document.write('</td></tr></table>\n');
	document.write('</body>\n');	
	document.close();
  }
}

function shckrez(x,y)
{
if (navigator.appName == 'Microsoft Internet Explorer')
{shcknw.resizeTo(x+11,y+29);}	//11/29

else
{
	if(navigator.appVersion.substring(0,1) < "5")
		{shcknw.resizeTo(x,y);}
	else
		{shcknw.resizeTo(x+9,y+27);}
}

shckx=(screen.availWidth/2)-(x/2);
shcky=(screen.availHeight/2)-(y/2);
shcknw.moveTo(shckx,shcky);
}
