$(function() {
	$("ul.sf-menu").superfish();
	$("#s").focus(function(){
		$(this).attr({value:""});
	});
}); 