/*
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 you're not going to use transitions or filters in any of the tips set this to 0

var Style = new Array();
Style[0] = ["#fff","#000","#000","#fff","","","left","left","","","right","","","",200,"",1,3,15,15,-1,0,0,"",""]; //this will be our default styling for tooltips

var Text = new Array();
//applyCssFilter(); //unnecessary as we're not using any filters