1) Make sure your messages are right:
Code:
messages[0] = new Array('red_balloon.gif','Here is a red balloon on a white background',"#FFFFFF");
messages[1] = new Array('duck2.gif','Here is a duck on a light blue background.',"#DDECFF");
messages[2] = new Array('test.gif','Test description','black','white');
Then if you want to do the first one messages[0].
You would use this:
Code:
<a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Link 1</a>
Instead of 1, even know its the first 1 there.
Thats as far as I can help you until you give me the code for the 0th, 1st, 2nd, and 3rd tooltip.
Bookmarks