Hallo,
function wechsel()
{ b1 = "img/gif/b.gif";
document.c.src=b1; }
<div id="cb" class="cbut">
<a href="#" onmouseup="zu()" onmouseout="wechsel2()" onmouseover="wechsel()">
<img src="img/gif/c.gif" width="11" height="11" border="0" align="right" name="c"></a></div>
if(document.layers)document.layers["cb"].document.c.src=b1;
else document.c.src=b1;
sollte helfen.
MfG, Thomas