TOP1 = 0;
Function Document.onMousewheel () {
IF (Event.wheeldelta> 0) TOP1- = 10; ELSE TOP1 = 10
A.Style.top = TOP1
}
script>