if (theLink) {
     $(function() {
        $("#" + theLink + " a").unbind('mouseover')
        $("#" + theLink + " a").unbind('mouseover')
        $("#" + theLink + " a").css('font-weight','bold')
        $("#" + theLink + " a").css('font-size','110%')
        $("#" + theLink + " a").css('color','#f00')
     })
}