I have a Acrobat PDF (6.0 professional) document with url's in it. Coloring them differently spoils the look of the document. Hence, I want them to be in black (default text color). However, I also want the user to be able to recognize that it is a URL and can be clicked.

Is there a way I can use javascript code to change the color of the link when the mouse hovers over it - just as it is done in HTML links?

The best I could think of is to make each url a text field and then use javascript+layers to achieve it. Is there a better way?

Many thanks