Ive added this just below the body tag;
<a href="javascript:void(0);" onmouseover="movedown()" onmouseout="stopscroll()">Down</a>
<a href="javascript:void(0);" onmouseover="moveup()" onmouseout"stopscroll()">Up</a>
The new 'down' works fine but the new 'up' continues to scroll when you move your mouse off it.
