/*
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

//Text[0]=["What's New","J.P. Morgan Asset Management - ValueNotes Investment Confidence Index"]

//Style[0]=["white","white","#FF9900","#666666","","","","","","","center","","","",300,"",1,2,10,10,"","","","",""]

//applyCssFilter()
function htm(vs)
{
	
	if(vs=="1")
	{
		document.getElementById("dvToolTip").style.display="block";
	}
	else if(vs=="0")
	{
		document.getElementById("dvToolTip").style.display="none";
	}
	else
	{
		document.getElementById("dvToolTip").style.display="none";
	}
}

