$(document).ready(function() {	
	$('.toolTipTip').Tooltip({
		delay:0,
		showBody: " - ",
		showURL:false,
		extraClass: "fancyImg"
	});
	
	var winW = screen.width;
	
	//if(winW > 950){$("#globalLayout").css("overflow-x","hidden");}
	
});


