<table border=0 cellpadding="0" cellspacing="0">
<tr>
<td><img src="/images/u04b01_on__03.gif" onmouseover="mover(this)" onmouseout="mout(this)"></td>
<td><img src="/images/u04b01_off__04.gif" onmouseover="mover(this)" onmouseout="mout(this)"></td>
<td><img src="/images/u04b01_off__05.gif" onmouseover="mover(this)" onmouseout="mout(this)"></td>
<td><img src="/images/u04b01_off__06.gif" onmouseover="mover(this)" onmouseout="mout(this)"></td>
<td><img src="/images/u04b01_off__07.gif" onmouseover="mover(this)" onmouseout="mout(this)"></td>
<td><img src="/images/u04b01_off__08.gif" onmouseover="mover(this)" onmouseout="mout(this)"></td>
<td><img src="/images/u04b01_off__09.gif" onmouseover="mover(this)" onmouseout="mout(this)"></td>
</tr>
</table>
<script>
function mover(obj) {
this.orgSrc = obj.src;
obj.src = obj.src.replace("_off_","_on_");
}
function mout(obj) {
obj.src = this.orgSrc;
}
</script>