<title>Aufgabe 1</title>
<script language="javascript"> <!--
function bildwechsel(){
window.document.images[2].src="bilder/mehrzua.gif";
}
function bildtausch (){
window.document.images[2].src="bilder/mehrzub.gif";
}
function geheZu(oben,unten){
parent.oben.location.href= oben + ".htm"; //alternativ:parent.frames[1].href="obenb.htm";
parent.unten.location.href= unten + ".htm"; //alternativ:parent.frames[2].href="untenb.htm";
}
//-->
</script>
</head>
<body bgcolor="000000">
<A href="#"onClick="geheZu('obena', 'untena')">
<img src="bilder/zuan.gif" width=100 height=50 alt="" border="0" onMouseover="images[0].src='bilder/zuah.gif';"
onMouseout="this.src='bilder/zuan.gif';" onclick="bildwechsel()">
</a>
<p>
<A href="#"onClick="geheZu('obenb', 'untenb')">
<img src="bilder/zubn.gif" width=100 height=50 alt="" border="0" onMouseover="images[1].src='bilder/zubh.gif';"
onMouseout="this.src='Bilder/zubn.gif';" onclick="bildtausch()">
<br>
<img src="bilder/transp.gif" width=141 height=77 alt="" border="0" ></a> |