
var ttBgColor      = '#E4E3DE';
var ttBgImg        = '';           // path to background image;
var ttBorderColor  = '#ccdced';
var ttBorderWidth  = 0;
var ttDelay        = 0;          // time span until tooltip shows up [milliseconds]
var ttFontColor    = '#8A8674';
var ttFontFace     = 'arial,helvetica,sans-serif';
var ttFontSize     = '12px';
var ttFontWeight   = 'normal';     // alternative is 'bold';
var ttOffsetX      = 10;            // horizontal offset of left-top corner from mousepointer
var ttOffsetY      = 10;           // vertical offset                   "
var ttPadding      = 7;            // spacing between border and content
var ttShadowColor  = '#E4E3DE';
var ttShadowWidth  = 1;
var ttTitleColor   = '#ffffff';    // color of caption text
var ttWidth        = 200;
tt_Init();