Adding a single link to BumpyExtreme can be done as follows. You fill in a
URL in the "link1" parameter. Next you can give a target frame to the link by
filling in the "linktarget1" parameter. Here you can fill in the name of a
frame or "_self" to put it in the same frame or "_top" to put it in the top
frame. Then you can name the link by entering the name in the "linkname1"
parameter. This name will be displayed in the statusbar. The last thing you
can set is the area (rectangle) of BumpyExtreme which contains the link. You
do this by setting the "linkarea1" parameter. Here you should enter the
following: "'top x','left y','bottom x','right y'" If you don't use the
"linkarea" parameter, the link area will be all over BumpyExtreme. Well, now
about adding multiple links to BumpyExtreme. The second link just has the
parameters "link2", "linktarget2", "linkname2", "linkarea2". Etcetera. You
can have up to 49 links in BumpyExtreme. Link areas overlap eachother, so the
link area of link 2 will overlap the one of link 1.