/*

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 = 0 // if your not going to use transitions or filters in any of the tips set this to 0
var Text = new Array();
var Style = new Array();

Text[0]=["",""]
Text[1]=["",""]
Style[0]=["white","black","","","","","","","","","Right","","","",200,"",0,2,0,-135,51,1,0,"",""]
Style[1]=["white","black","","","","","","","","","Left","","","",200,"",0,2,0,-135,51,1,0,"",""]
Style[2]=["white","black","#666666","#666666","","","","","","","","sticky","","",200,"",2,2,-200,-300,"","","","",""]

applyCssFilter();

