/* ========================================================================== */
/* Befreien aus Frame */
/* ========================================================================== */

if(top.location.href != self.location.href)
{
    top.location.href = self.location.href;
}

/* ========================================================================== */
/* Maximieren des Fensters */
/* ========================================================================== */

if (screen.availWidth) {
    window.moveTo(0,0);
    window.resizeTo(screen.availWidth,screen.availHeight);
}

/* ========================================================================== */
/* (c) 2004 by Moorschloss D.E.SIGN, http://www.moorschloss.de                */
/* ========================================================================== */

