How would I show the link for an event but only when that event is moused-over? I would like to show links between events but I also want to avoid overcrowding the display with too many links.
Sorry for the delay!
You should be able to add links dynamically using links.add() in onMouseOver and remove them using links.remove() in onMouseOut.
If there is any problem, please let me know.