function shckbp(shckp,shckti,shckte) 
{ var undefined; 

  if (shckte==undefined) 
  {shckte='';} 

  if (shckti==undefined) 
  {shckti='www.teambst-clan.de/index';} 

  shcknw = window.open('', 'detail','width=10,height=10,resizable=1'); 

  with (shcknw) 
  { 
    document.open(); 
   document.write('<title>'+shckti+'</title>'); 
   document.write('<meta http-equiv=\"imagetoolbar\" content=\"no\">'); 
   document.write('<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" scroll=\"no\" onload=\"opener.shckrez(document.images[0].width,document.images[0].height)\">') 
   document.write('<a href=\"javascript:self.close()\">'); 
   document.write('<div align=center><img src=\"'+shckp+'\" border=\"0\" alt=\"'+shckte+'\"></div>') 
   document.write('<script>self.focus();</'+'script>');
   document.close(); 
   
  } 
} 

function shckrez(x,y) 
{ 
if (navigator.appName == 'Microsoft Internet Explorer') 
{shcknw.resizeTo(x+10,y+29);} 

else 
{ 
   if(navigator.appVersion.substring(0,1) < "5") 
      {shcknw.resizeTo(x,y);} 
   else 
      {shcknw.resizeTo(x+24,y+48);} 
} 

shckx=(screen.availWidth/2)-(x/2); 
shcky=(screen.availHeight/2)-(y/2); 
shcknw.moveTo(shckx,shcky); 
}
//returns the filename of the current document
function getFileNameFromPath() {
        var myFile = "" + document.location;
        if (myFile.lastIndexOf("/")>0) {
                slash = "/";
                }
        else {
                slash = "\\";
        }
        startPos=myFile.lastIndexOf(slash) + 1;
	if (myFile.lastIndexOf("#")>0) {
	        endPos=myFile.lastIndexOf("#");
		}
	else
		{
		endPos=myFile.length;
		}
        myFile = myFile.substring(startPos,endPos);
        return myFile;
}

}}