function conf() {
parent.location.href="http://www.historymaker.de/intern/intern.html"
}
    function UnCryptMailto( s )
    {
        var n = 0;
        var r = "";
        for( var i = 0; i < s.length; i++)
        {
            n = s.charCodeAt( i );
            if( n >= 8364 )
            {
                n = 128;
            }
            r += String.fromCharCode( n - 1 );
        }
        return r;
    }

    function linkTo_UnCryptMailto( s )
    {
        location.href=UnCryptMailto( s );
    }

function BildNr(i){
  top.location.href = "image.html?" +i;
}

function details(bild,breite,hoehe)
{

  if (navigator.userAgent.toLowerCase().indexOf('firefox')!=-1) {hoehe=hoehe+4;}

  x=(screen.availWidth/2)-(breite/2);y=(screen.availHeight/2)-(hoehe/2);
  fensterneu=window.open('','Popup','resizable=0,width='+breite+',height='+hoehe+',top='+y+',left='+x+'');


  with (fensterneu)
  {
    focus();
    document.open();
    document.write('<html>\n<title>Historymaker - Lobpreis, Gottesdienste, Konzerte</title>\n');
    document.write('<meta http-equiv="imagetoolbar" content="no">\n');
    document.write('<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">\n')
    document.write('<a href="javascript:self.close()">');
    document.write('<img src="'+bild+'" border="0" alt="">\n')
    document.write('<span style="position: absolute; left: 0; top: 0">\n');
    document.write('<img border="0" src="ctc.gif"></span></a>\n');
    document.close();
  }
}