<!-- Das Script vor alten Browsern verstecken
// ein Popup-Fenster fuer alle Seiten
function PopupFenster() {
 Navigation = window.open("linux-popup.htm","Navigation1","height=300,width=400");
 Navigation.focus();
}
// -->
