$().ready(function() {

    $(".smartsearch").autocomplete("/ajax/s.php", {
         width: 260,
         selectFirst: false
     });
});