KEINE AHNUNG; WAS DU EIGENTLICH WILLST !!
Sowas liegt doch ueberall rum !!
<html><head><title></title>
<Style Type="text/css">
<!--
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:active { text-decoration: none;}
a:hover { text-decoration: underline;}
//-->
</Style>
<script language="javascript">
var pfeil1=new Image (); pfeil1.src="pfeil1.gif";
var pfeil2=new Image (); pfeil2.src="pfeil2.gif";
var pfeil3=new Image (); pfeil3.src="pfeil3.gif";
var pfeil_1=new Image (); pfeil_1.src="pfeil_1.gif";
var pfeil_2=new Image (); pfeil_2.src="pfeil_2.gif";
var pfeil_3=new Image (); pfeil_3.src="pfeil_3.gif";
function zeige(a)
{window.document.getElementById(a).style.visibility="visible";}
function verstecke(a)
{window.document.getElementById(a).style.visibility="hidden";}
function change1(b)
{window.document.getElementById(b).style.color="red";}
function change2(b)
{window.document.getElementById(b).style.color="blue";}
function tauschen (x, y)
{window.document.images[x].src=y.src;}
</script>
</head>
<body>
<table border="1" cellspacing="0" cellpadding="5"><tr><td>
<img src="pfeil1.gif" style="visibility:hidden" id="bild1"></td><td>
<a href="Pfad_1.htm" onmouseover="zeige('bild1')" onmouseout="verstecke('bild1')">Link 1</a></td></tr>
<tr><td>
<img src="pfeil2.gif" style="visibility:hidden" id="bild2"></td><td>
<a href="Pfad_1.htm" onmouseover="zeige('bild2')" onmouseout="verstecke('bild2')">Link 2</a></td></tr>
<tr><td>
<img src="pfeil3.gif" style="visibility:hidden" id="bild3"></td><td>
<a href="Pfad_1.htm" onmouseover="zeige('bild3')" onmouseout="verstecke('bild3')">Link 3</a></td></tr></table>
<p><p><p>
<table border="1" cellspacing="0" cellpadding="5"><tr><td>
<img src="pfeil1.gif" onmouseover="change1('text1')" onmouseout="change2('text1')" id="ggg"></td><td>
<a href="Pfad_1.htm" id ="text1" style="color:#0000FF" onmouseover="tauschen('ggg',pfeil_1)" onmouseout="tauschen('ggg',pfeil1)">Link 1</a></td></tr>
<tr><td>
<img src="pfeil2.gif" onmouseover="change1('text2')" onmouseout="change2('text2')" id="hhh"></td><td>
<a href="Pfad_1.htm" id ="text2" style="color:#0000FF" onmouseover="tauschen('hhh',pfeil_2)" onmouseout="tauschen('hhh',pfeil2)">Link 2</a></td></tr>
<tr><td>
<img src="pfeil3.gif" onmouseover="change1('text3')" onmouseout="change2('text3')" id="iii"></td><td>
<a href="Pfad_1.htm" id ="text3" style="color:#0000FF" onmouseover="tauschen('iii',pfeil_3)" onmouseout="tauschen('iii',pfeil3)">Link 3</a></td></tr></table>
</body></html>