Script by: Adam Compton
This little script works with each individual link to offer words in the status bar. Where this script differs is that it gets rid of the text the moment you move off of it rather than it hanging around.
Here's the Script:
Make sure this is in the body command:
onLoad="defaultStatus=' ';return true"
Then do your links this way -- Get all of this on one line.
<A HREF="index.html" onMouseOver="window.status='Do not click here!';return true">Text in status bar</A>