<!-- Begin

function Fenster_bewegend()
{
for (var i = 1; i < 1001; i++)
window.moveBy(-1, 1);
window.moveBy(+1000, -1000);parent.location="home.html";
}

function Fenster_bewegen()
{
for (var i = 1; i < 1001; i++)
window.moveBy(1, 1);
window.moveBy(-1000, -1000);parent.location="home.php&content=Startseite3.html";
}

// End -->
