﻿/* 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("showGlobalGW-N") > 0) && (document.cookie.indexOf("closedTT=true") == -1))
		Tip('', CLOSEBTN, true, STICKY, true, FIX, ttPos, SHADOW, true, 
			SHADOWWIDTH, 2, TITLE, '<a href="http://focus.ti.com/general/docs/tiww.tsp" name="&lid=global_gateway_tooltip">View TI content for your location and local language.</a>', CLOSEBTNIMG, 'http://focus.ti.com/en/graphics/tihome/tooltipclose.gif', CLOSEBTNIMGSIZE, [13, 12], 
			TITLEFONTCOLOR, '#000000', BGCOLOR, '', PADDING, 4, TITLEPADDING, 3, BODYBGIMG, 'http://focus.ti.com/en/graphics/tihome/tooltipbg.gif', WIDTH, ttWidth, 
			HEIGHT, ttHeight);
}

if(navigator.appName == "Microsoft Internet Explorer"){
	ttPos = [569, 5];
	ttWidth = 370;
	ttHeight = 0;
}
else{
	ttPos = [569, 5];
	ttWidth = 370;
	ttHeight = 0;
}
showToolTip();
