var remote = null;
function openRemote()
{
        remote = window.open('', 'Fernsteurerung','width=240,height=400,toolbar=no,scrollbars=yes,resizable=yes');
        if (remote != null)
        {
                if (remote.opener == null)
                {
                       self.location= zwei
                       remote.opener = this;
                }
                remote.location.href = "http://uron.de/bilbo/gedichteinhalt1.html";
        }
}

