var docTips = new TipObj('docTips');

with (docTips) {
    template = '<table bgcolor="#003366" cellpadding="1" cellspacing="0" width="%2%" border="0">' +
               '<tr><td><table bgcolor="#ffffcc" cellpadding="3" cellspacing="0" width="100%" border="0">' +
               '<tr><td class="tipClass">%3%</td></tr></table></td></tr></table>';
    tipStick=0;
    doFades = false;
    fadeOutSpeed = 1;
    IESelectBoxFix = true;
}

document.write('<div id="docTipsLayer" style="position: absolute; z-index: 10000; visibility: hidden;left: 0px; top: 0px; width: 10px">&nbsp;</div>');


