$(document).ready(function(){
    $('#nav a.withhash').click(function(){
        var itemHash = $(this).attr('href');
        itemHash = itemHash.substring(itemHash.indexOf('#'));
        $(itemHash+'-properties-we-manage').click();
        $('ul.sf-menu li.sfHover').hideSuperfishUl();
    });
});
