/*
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 Style = ["",	"",
			"#F4A460",	"#FFFFFF",
			"",		"",
			"",		"",
			"Arial","Arial",
			"left",	"sticky",
			"",		"",
			300,	"",
			2,		5,
			2,		2,
			51,		0.4,
			96,		"complex", "#666666"];

var FiltersEnabled = 0; // if your not going to use transitions or filters in any of the tips set this to 0

applyCssFilter();


