$(document).ready(function(){
	
	$('#main *').tooltip({
		track: false,
		delay: 300,	
		showBody: " - ",
		showURL: false
	});
	
});
