<demo>
   <section>
      <screen>
         <image_button>

Use the image_button tag to add 'jump buttons' to this screen once the animation completes.

   Required Tags
TagRequiredLegal ValuesDefault ValueDescription
<button_image>yesFile namenullFile name (or filepath/URL) of the image, relative to the applet's html page. Screens must be in GIF or JPEG formats. Examples: screen_folder/section1/button.gif
<draw_point>yesx/y coordinatenullThe upper-left corner of the image
<href>yesURLnullWhen this image is clicked, jump to this URL
<screen_index>yesInteger (1-# screens)nullWhen this image is clicked, jump to a screen in the demo
<target_window>yes_self, _parent, _top, _blank, or name_topWindow/Frame to show the new page in

Next