function impressum()
{
        window.open('impressum.html','','width=550,height=500,toolbar=no,location=no,directories=no,scrollbars=yes,status=no,menubar=no,resizable=no');
}

function mitsegeln()
{
        window.open('mitsegeln.html','','width=700,height=700,toolbar=no,location=no,directories=no,scrollbars=yes,status=no,menubar=no,resizable=no');
}

function sponsor(adresse)
{
        window.open(adresse,'','hotkeys=yes,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes');
        close();
}

function menue()
{
        document.writeln("        <DIV ID='Menu' STYLE='position:absolute; top:30px; left:30px;'>");
        document.writeln("                <TABLE>");
        document.writeln("                        <TR><TD><A HREF='index.html'><IMG SRC='bhome.jpg' BORDER='0' ALT='Home'></A></TD></TR>");
        document.writeln("                        <TR><TD><A HREF='schiff.html'><IMG SRC='bschiff.jpg' BORDER='0' ALT='Das Schiff'></A></TD></TR>");
        document.writeln("                        <TR><TD><A HREF='restauration.html'><IMG SRC='brestauration.jpg' BORDER='0' ALT='Die Restauration'></A></TD></TR>");
        document.writeln("                        <TR><TD><A HREF='ueberuns.html'><IMG SRC='bueberuns.jpg' BORDER='0' ALT='&Uuml;ber uns'></A></TD></TR>");
        document.writeln("                        <TR><TD><A HREF='logbuch.html'><IMG SRC='blogbuch.jpg' BORDER='0' ALT='Unser Logbuch'></A></TD></TR>");
        document.writeln("                        <TR><TD><A HREF='route.html'><IMG SRC='broute.jpg' BORDER='0' ALT='Die Route'></A></TD></TR>");
        document.writeln("                        <TR><TD><A HREF='gaestebuch.html'><IMG SRC='bgaestebuch.jpg' BORDER='0' ALT='Unser G&auml;stebuch'></A></TD></TR>");
        document.writeln("                        <TR><TD><A HREF='galerie.html'><IMG SRC='bgalerie.jpg' BORDER='0' ALT='Bildergalerie'></A></TD></TR>");
        document.writeln("                        <TR><TD HEIGHT='35'></TD></TR>");
        document.writeln("                        <TR><TD><A HREF='mailto:info@sy-elsa.de'><IMG SRC='bmail.jpg' BORDER='0' ALT='E-Mail'></A></TD></TR>");
        document.writeln("                        <TR><TD><A HREF='Javascript:impressum();'><IMG SRC='bimpressum.jpg' BORDER='0' ALT='E-Mail'></A></TD></TR>");
        document.writeln("                        <TR><TD><A HREF='Javascript:mitsegeln();'><IMG SRC='bmitsegeln.jpg' BORDER='0' ALT='E-Mail'></A></TD></TR>");
        document.writeln("                </TABLE>");
        document.writeln("        </DIV>");
}
