function showObject(obj) {
    runHook("showObject", FBEFORE);

    var theObj = (olNs4 ? obj : obj.style);
    theObj.visibility = 'visible';