// code for jquery tool tip
// For documentation on this, refer to http://plugins.learningjquery.com/cluetip/
// or the documentation within the jquery.cluetip-0.9.8.js file

$(document).ready(function() {
	// customised elements for the renewals tooltip area
	$("a#toolTipBRAsia, a#toolTipCEI, a#toolTipMedia, a#toolTipCress, a#toolTipPRReport, a#toolTipCampaignIndia, a#toolTipBR, a#toolTipCampaign, a#toolTipEvent, a#toolTipMarketing, a#toolTipMarketingDirect, #toolTipMediaWeek, a#toolTipPandi, a#toolTipPRWeek, a#toolTipRevolution, a#toolTipDMNews, a#toolTipMMM, a#toolTipPRWeekUS").cluetip( {
		local:true,
		cursor: 'pointer',
	
		showTitle:        false, 
		width: '225px',
		arrows: true,
		topOffset:        -20,  
		leftOffset:       45
	});
	
})