Here is a quick fix for the javascript page.I haven't tryed it but it should work.
The html is:
<td></td>
<td align="center"><a target="dummy" href="up-3"><img src="../img/up.gif" alt="up" border="0"></a></td>
left, right and home code is here
<td align="center"><a target="dummy" href="down-3"><img src="../img/down.gif" alt="down" border="0"></a>
so if you filp the up and down code round:
<td align="center"><a target="dummy" href="down-3"><img src="../img/up.gif" alt="up" border="0"></a></td>
left, right and home code is here
<td align="center"><a target="dummy" href="up-3"><img src="../img/down.gif" alt="down" border="0"></a>
Hope this helps you,doesn't fix java thought
Andrew