/*
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

Text[1]=["","Di Mail"]
Text[2]=["","Di Store"]
Text[3]=["","Di Blogg"]
Text[4]=["","theGhostScrolls.com"]
Text[5]=["","Radimere.com"]
Text[6]=["","Shagal.com"]

Style[0]=[				/*White*/
"#6B6B6B",				/*"TitleColor",*/
"#000000",				/*"TextColor",*/
"#6B6B6B",				/*"TitleBgColor",*/
"#F0F0F0",				/*"TextBgColor",*/
"",						/*"TitleBgImag",*/
"",						/*"TextBgImag",*/
"",						/*"TitleTextAlign",*/
"center",				/*"TextTextAlign",*/
"",						/*"TitleFontFace",*/
"",						/*"TextFontFace",*/
"left",					/*"TipPosition",		(left, center, right)*/
"",						/*"StickyStyle", 		(sticky or keep)*/
,						/*TitleFontSize,		(NO QUOTES!)*/ 
,						/*TextFontSize,			(NO QUOTES!)*/
62,						/*Width,				(NO QUOTES!)*/
,						/*Height,				(NO QUOTES!)*/
1,						/*BorderSize,			(NO QUOTES!)*/
2,						/*PadTextArea,			(NO QUOTES!)*/
,						/*CoordinateX,			(NO QUOTES!) (X from mouse-over point)*/
,						/*CoordinateY,			(NO QUOTES!) (Y from mouse-over point)*/
,						/*TransitionNumber,		(NO QUOTES!)*/
,						/*TransitionDuration,	(NO QUOTES!)*/
71,						/*TransparencyLevel,	(NO QUOTES!)*/
"",						/*"ShadowType",			(simple or complex - IE5.5 or later)*/
""						/*"ShadowColor"			(must have color to enable shadow)*/
]						/*]*/

applyCssFilter()


