<!--
function agb()

{

var breite=700;

var hoehe=700;

var positionX=((screen.availWidth / 2) - breite / 2)

var positionY=((screen.availHeight / 2) - hoehe / 2);

var url='/agb.htm',

pop=window.open('','', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,fullscreen=0,width='+breite+',height='+hoehe+',top=10000,left=10000');

pop.resizeTo(breite,hoehe);

pop.moveTo(positionX,positionY);

pop.location=url;

}


function callback()
{
var breite=442;
var hoehe=374;
var positionX=((screen.availWidth / 2) - breite / 2)
var positionY=((screen.availHeight / 2) - hoehe / 2);
var url='http://www.scriptinstall.de/callback.php?referer=&komm=Kommt von: Gastbuch24.de',
pop=window.open('','', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0,width='+breite+',height='+hoehe+',top=10000,left=10000');
pop.resizeTo(breite,hoehe);
pop.moveTo(positionX,positionY);
pop.location=url;
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);



function oeffnen(formular, feld){
Edit=open("colorpicker.htm?formular="+formular+"&feld="+feld+"&farbe="+eval('document.'+formular+'.'+feld+'.value'),"Colorpicker","width=250,height=550,screenX=0,screenY=0,locationbar=no,resizable=no,status=no,dependent=yes");
Edit.focus();
}

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

//-->
