/*
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 = 0 // if your not going to use transitions or filters in any of the tips set this to 0

Style[0]=[
"white",	//TitleColor
"black",	//TextColor
"black",	//TitleBgColor
"white",	//TextBgColor
"",		//TitleBgImag
"",		//TextBgImag
"",		//TitleTextAlign
"",		//TextTextAlign
"",		//TitleFontFace
"",		//TextFontFace
"right",	//TipPosition
"",		//StickyStyle
"",		//TitleFontSize
"",		//TextFontSize
120,		//Width
"",		//Height
1,		//BorderSize
2,		//PadTextArea
10,		//CoordinateX
10,		//CoordinateY
51,		//TransitionNumber
1,		//TransitionDuration
0,		//TransparencyLevel
"",		//ShadowType
""		//ShadowColor
]

applyCssFilter()

