/* This notice must be untouched at all times.
Copyright (c) 2002-2009 Julian Solis!!!!. All rights reserved. */

var ttPos;
var ttWidth;
var ttHeight;

function showToolTip(){
	if(document.cookie.indexOf("closedTT=true") == -1)
		Tip('', CLOSEBTN, true, STICKY, true, FIX, ttPos, SHADOW, true, 
			SHADOWWIDTH, 2, TITLE, '<a href="http://community.ti.com/blogs/tidotcomblog/archive/2009/03/05/ti-com-s-new-quot-social-search-quot.aspx">Get better results<br> with our social search</a>', CLOSEBTNIMG, 'http://focus.ti.com/graphics/shared/closebuttonbg.png', CLOSEBTNIMGSIZE, [13, 12], 
			TITLEFONTCOLOR, '#FF0000', BGCOLOR, '', PADDING, 4, TITLEPADDING, 3, BODYBGIMG, 'http://focus.ti.com/graphics/shared/tooltipbg.gif', WIDTH, ttWidth, 
			HEIGHT, ttHeight);
}

if(navigator.appName == "Microsoft Internet Explorer"){
	ttPos = [573, 13];
	ttWidth = 160;
	ttHeight = 4;
}
else{
	ttPos = [573, 13];
	ttWidth = 160;
	ttHeight = 0;
}
showToolTip();