// JavaScript Document

$(document).ready(
	function()
	{
		$('.sf-menu a').removeAttr('title');
	}
)