
Danish:

<applet width=150 height=150 code="imgScroll.class">
<param name="pic" value=[det billede, der skal bruges]>
<param name="startx" value=[verste venstre hjrnes x-startposition p billedet]>
<param name="starty" value=[verste venstre hjrnes y-startposition p billedet]>
<param name="picx" value=[billedets bredde]>
<param name="picy" value=[billedets hjde]>
</applet>

English:

<applet width=150 height=150 code="imgScroll.class">
<param name="pic" value=[The picture your gonna use]>
<param name="startx" value=[Left top X startposition on the Picture]>
<param name="starty" value=[Left top Y Startposition on the Picture]>
<param name="picx" value=[Image widht]>
<param name="picy" value=[image height]>
</applet>
  