[S] Hilfe bei Javascript, mehrere Pop Ups

vrh-seeadler
Hallo ich bin beim Bau einer Homepage und bleibe bei der Menücodung durch Popups kleben, da sich einfach egal auf welchen punkt man klickt sich das selbe öffnet. Kann mir jemand helfen? Was ist falsch?
Ich bedanke mich herzlich im Vorraus smile
(Ich weiß es gehört nicht hierrein aber irgendwie weigert sich mein Account in der Homepagehilfe ein Thema zu erstellen)

php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
<html>
<head>
<title>Seite 1</title>
<script type="text/javascript">
<!--
function PopupFenster() {
  window.open("flowerpower.htm","Popup","width=700,height=600");
}
// -->
</script>
</head>
<body>
<p><a href="javascript:PopupFenster()">Flower</a></p>
</body>
</html>&nbsp;    &nbsp;    &nbsp;    &nbsp;    
                <a target="_top" href="index.htm">Die 38 Bachbl&Uuml;ten</a>&nbsp;    &nbsp;    &nbsp;    &nbsp;    
                <a target="_top" href="index.htm">Die passenden Bl&Uuml;ten?</a>&nbsp;    &nbsp;    &nbsp;    &nbsp;
                <a target="_top" href="index.htm">&Uuml;ber mich</a>&nbsp;    &nbsp;    &nbsp;    &nbsp;    
<html>
<head>
<title>Seite 2</title>
<script type="text/javascript">
<!--
function PopupFenster2() {
  window.open("impressum.htm","Popup","width=700,height=600");
}
// -->
</script>
</head>
<body>
<p><a href="javascript:PopupFenster()">Impressum</a></p>
</body>
</html>
Johaaaanna
Gehört hier irgendwo rein.

[e] Ja Johanna, wer liest ist im Vorteil, tut mir leid großes Grinsen Aber frag doch mal einen Mod, ob er es verschieben kann smile [/e]