// JavaScript Document
  fsnd_statistics = new Image(1,1);
  fsnd_single_page = new Image(1,1);
  fsnd_statistics.src = "http://statistics.fsnd.de/add_stats.php?id=12&pwd=mario&refer="+escape(document.referrer)+"&scrd="+screen.colorDepth+"&scrw="+screen.width+"&doc_url="+document.URL;
  fsnd_single_page.src = "http://statistics.fsnd.de/single_page.php?id=12&pwd=mario&url="+document.URL;
  
function FensterOeffnen (Adresse) 
{
  MeinFenster = window.open(Adresse, "Zweitfenster", "height=800,width=900,scrollbars=yes,left=100,top=200");
  MeinFenster.focus();
}
