var txt_tooltip="&raquo;PREVIOUS IMAGE";

////////////////  GLOBAL TOOPTIP CONFIGURATION  /////////////////////
var ttBgColor      = "#ffffff";
var ttBgImg        = "";           // path to background image;
var ttBorderColor  = "#666666";
var ttBorderWidth  = 1;
var ttDelay        = 200;          // time span until tooltip shows up [milliseconds]
var ttFontColor    = "#000000";
var ttFontFace     = "verdana,arial,helvetica,sans-serif";
var ttFontSize     = "10px";
var ttFontWeight   = "bold";     // alternative is "bold";
var ttOffsetX      = 12;            // horizontal offset of left-top corner from mousepointer
var ttOffsetY      = 15;           // vertical offset                   "
var ttOpacity      = 50;          // opacity of tooltip in percent (must be integer between 0 and 100)
var ttPadding      = 3;            // spacing between border and content
var ttShadowColor  = "#333333";
var ttShadowWidth  = 2;
var ttTemp         = 0;            // time span after which the tooltip disappears; 0 (zero) means "infinite timespan"
var ttTextAlign    = "center";
var ttTitleColor   = "#ffffff";    // color of caption text
var ttWidth        = 120;
////////////////////  END OF TOOLTIP CONFIG  ////////////////////////