/*
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

Style[20]=
[   
    "white",     // TitleColor
    "black",     // TextColor
    "black",     // TitleBgColor
    "#D0D2DE",     // TextBgColor
    
    "",     // TitleBgImag
    "",     // TextBgImag
    
    "center",     // TitleTextAlign
    "left",     // TextTextAlign
    
    "",     // TitleFontFace
    "",     // TextFontFace
    
    "left",     // TipPosition (center, left, float)
    "",     // StickyStyle (keep: never disappears, sticky: with close button)
    
    "",     // TitleFontSize
    "0.7en",     // TextFontSize
    
    "",     // Width
    "",     // Height
    1,     // BorderSize
    2,     // PadTextArea
    10,     // CoordinateX
    -20,     // CoordinateY        
    24,     // TransitionNumber
    1/2,     // TransitionDuration
    85,     // TransparencyLevel
    "complex",     // ShadowType
    "#B5B7C3"      // ShadowColor
];

Style[21]=
[   
    "white",     // TitleColor
    "black",     // TextColor
    "black",     // TitleBgColor
    "#D0D2DE",     // TextBgColor
    
    "",     // TitleBgImag
    "",     // TextBgImag
    
    "center",     // TitleTextAlign
    "left",     // TextTextAlign
    
    "",     // TitleFontFace
    "0.9en",     // TextFontFace
    
    "right",     // TipPosition (center, left, float)
    "",     // StickyStyle (keep: never disappears, sticky: with close button)
    
    "",     // TitleFontSize
    "",     // TextFontSize
    
    "*",     // Width
    "",     // Height
    1,     // BorderSize
    2,     // PadTextArea
    0,     // CoordinateX
    -16,     // CoordinateY        
    24,     // TransitionNumber
    1/2,     // TransitionDuration
    85,     // TransparencyLevel
    "complex",     // ShadowType
    "#B5B7C3"      // ShadowColor
];
Style[22]=
[   
    "white",     // TitleColor
    "black",     // TextColor
    "black",     // TitleBgColor
    "#D0D2DE",     // TextBgColor
    
    "",     // TitleBgImag
    "",     // TextBgImag
    
    "center",     // TitleTextAlign
    "left",     // TextTextAlign
    
    "",     // TitleFontFace
    "",     // TextFontFace
    
    "center",     // TipPosition (center, left, float)
    "",     // StickyStyle (keep: never disappears, sticky: with close button)
    
    "",     // TitleFontSize
    "0.7en",     // TextFontSize
    
    "300",     // Width
    "",     // Height
    1,     // BorderSize
    2,     // PadTextArea
    0,     // CoordinateX
    20,     // CoordinateY        
    24,     // TransitionNumber
    1/2,     // TransitionDuration
    85,     // TransparencyLevel
    "complex",     // ShadowType
    "#B5B7C3"      // ShadowColor
];

Style[23]=
[   
    "white",     // TitleColor
    "black",     // TextColor
    "black",     // TitleBgColor
    "#D0D2DE",     // TextBgColor
    
    "",     // TitleBgImag
    "",     // TextBgImag
    
    "center",     // TitleTextAlign
    "left",     // TextTextAlign
    
    "",     // TitleFontFace
    "",     // TextFontFace
    
    "center",     // TipPosition (center, left, float)
    "",     // StickyStyle (keep: never disappears, sticky: with close button)
    
    "",     // TitleFontSize
    "0.6en",     // TextFontSize
    
    "*",     // Width
    "",     // Height
    1,     // BorderSize
    2,     // PadTextArea
    0,     // CoordinateX
    20,     // CoordinateY        
    24,     // TransitionNumber
    1/2,     // TransitionDuration
    85,     // TransparencyLevel
    "complex",     // ShadowType
    "#B5B7C3"      // ShadowColor
];

Style[24]=
[   
    "white",     // TitleColor
    "black",     // TextColor
    "black",     // TitleBgColor
    "#F4F4F5",     // TextBgColor
    
    "",     // TitleBgImag
    "",     // TextBgImag
    
    "center",     // TitleTextAlign
    "left",     // TextTextAlign
    
    "",     // TitleFontFace
    "",     // TextFontFace
    
    "right",     // TipPosition (center, left, float)
    "",     // StickyStyle (keep: never disappears, sticky: with close button)
    
    "",     // TitleFontSize
    "",     // TextFontSize
    
    "*",     // Width
    "",     // Height
    1,     // BorderSize
    5,     // PadTextArea
    0,     // CoordinateX
    20,     // CoordinateY        
    24,     // TransitionNumber
    1/2,     // TransitionDuration
    100,     // TransparencyLevel
    "complex",     // ShadowType
    "#B5B7C3"      // ShadowColor
];
applyCssFilter();