/*
Please refer to readme.html for full Instructions

Text[...]=[title,text]

Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/

var FiltersEnabled = 1 // if your not going to use transitions or filters in any of the tips set this to 0

// clue style only - tips are to be created by the calling php script dynamically
Style[0]=[
    "#FFFF80",
    "black",
    "#0000FF",
    "#FFFFFF",
    "",                         // 5
    "",
    "center",
    "left",
    "arial",
    "right",                    // 10
    "",
    "",
    "2",
    "2",                        // FONT SIZE
    300,                        // WIDTH
    "",
    1,                          // BORDER SIZE
    2,
    10,
    10,                         // 20
    24,                         // Transition Number (6 is left-to-right opener, 24 is fade-in)
    0,                          // transition time (0 is disabled)
    90,                         // OPACTIY
    "",
    ""                          // 25
]

applyCssFilter()

