// 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="#8aaab5" cellpadding="1" cellspacing="0" width="115" border="0">' +
  '<tr><td><table bgcolor="#3c3c3c" cellpadding="4" cellspacing="0" width="114" border="0">' +
  '<tr><td align="center" class="tipClass">%3%</td></tr></table></td></tr></table>';

 tips.services1 = new Array(5, 5, 100, 'NEXT');
 tips.services2 = new Array(5, 5, 100, 'PREVIOUS');
 tipStick = 0.2;
}



