You can divide your bit map into rectangular segments, make each segment selectable, and have each segment link to different information. You must define each segment in terms of values along the x and y axes. Values for x and y define the origin of the segment. The changes in x and y are given as values for cx and cy. The following is an example of a segmented bit map:
0,16 32,16 | ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ | ³ ³ ³ | ³ ³ ³ y ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ | ³ ³ ³ | ³ ³ ³ | ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 0,0 ---------------x--------------- 32,0
The following shows the tagging to establish a bit-map segment as a hypergraphic area:
:artwork name='show2.bmp'. :artlink. :link reftype=hd res=001 x=0 y=0 cx=16 cy=8. :eartlink.