// 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="#666666" cellpadding="1" cellspacing="0" width="145" border="0">' +
'<tr><td><table bgcolor="#3c3c3c" cellpadding="4" cellspacing="0" width="144" border="0">' +
'<tr><td align="center" class="tipClass">%3%</td></tr></table></td></tr></table>';

tips.top_links1 = new Array(5, 5, 100, 'Home');
tips.top_links2 = new Array(5, 5, 100, 'Enquiry');
tips.top_links3 = new Array(5, 5, 100, 'Sitemap');
tips.top_links4 = new Array(5, 5, 100, 'Contact Us');
tipStick = 0.2;
}



