blob: b61d05d2b08581c133af1b55b1d1642f18938e9d (
plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<html>
<head>
<style type="text/css">
<!--
#musik {
position: absolute;
left: 0;
top: 246px;
}
.navl {
position: absolute;
left: 7px;
}
.nl1 { top: 6px; }
.nl2 { top: 46px; }
.nl3 { top: 86px; }
.nl4 { top: 126px; }
.nl5 { top: 166px; }
.nl6 { top: 206px; }
-->
</style>
<script>
<!--
function nava(i) {
window.document["nl" + i].src = "/images/nava" + i + ".gif";
}
function blank(i) {
window.document["nl" + i].src = "/images/blank.gif";
}
// -->
</script>
</head>
<body background="images/woodtile.gif" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"><!--
--><img src="images/nav.gif" border="0">
<a target="main" href="pages/start.html" class="navl nl1" onMouseOver="nava(1)" onMouseOut="blank(1)"><img alt="Startseite" src="/images/blank.gif" width="106" height="34" name="nl1" border="0"></a>
<a target="main" href="pages/trivia.html" class="navl nl2" onMouseOver="nava(2)" onMouseOut="blank(2)"><img alt="Trivia" src="/images/blank.gif" width="106" height="34" name="nl2" border="0"></a>
<a target="main" href="pages/exklusiv.html" class="navl nl3" onMouseOver="nava(3)" onMouseOut="blank(3)"><img alt="Exklusiv" src="/images/blank.gif" width="106" height="34" name="nl3" border="0"></a>
<a target="main" href="pages/dekomp.html" class="navl nl4" onMouseOver="nava(4)" onMouseOut="blank(4)"><img alt="Dekomp" src="/images/blank.gif" width="106" height="34" name="nl4" border="0"></a>
<a target="main" href="pages/loesung.html" class="navl nl5" onMouseOver="nava(5)" onMouseOut="blank(5)"><img alt="Lösung" src="/images/blank.gif" width="106" height="34" name="nl5" border="0"></a>
<a target="main" href="pages/about.html" class="navl nl6" onMouseOver="nava(6)" onMouseOut="blank(6)"><img alt="Über" src="/images/blank.gif" width="106" height="34" name="nl6" border="0"></a>
<img src="images/musik.gif" usemap="#mus" border="0" id="musik">
<map name="mus">
<area shape="rect" target="music" coords="40,0,76,16" href="music.html" alt="An">
<area shape="rect" target="music" coords="82,0,120,16" href="nomusic.html" alt="Aus">
</map>
</body>
</html>
|