// Here's one illustrating a decimal tipStick value so it floats along behind the cursor.

var stickyTip = new TipObj('stickyTip');

with (stickyTip)

{

template = '<table bgcolor="#000000" cellpadding="1" cellspacing="0" width="254" border="0">' +

'<tr><td><table bgcolor="#a91015" cellpadding="4" cellspacing="0" width="253" border="0">' +

'<tr><td align="left" class="tipclass">%3%</td></tr></table></td></tr></table>';



tips.ns1 = new Array(5, 5, 100, '<b style="color:#ffa200">Wall Street : Money Never Sleeps </b> <br><b style="color:#fbac18">Director</b> - Oliver Stone <br><b style="color:#fbac18">Genre</b> - Drama <br><b style="color:#fbac18">Running Time</b> - 127 mins <br><b style="color:#000;"><u>CLICK FOR MORE INFO</u></b>');





tips.cs1 = new Array(5, 5, 100, '<b><u>CLICK FOR MORE INFO</u></b>');





tipStick = 0.2;

}








