You should be able to hide or display the SPDisplayRelatedInfo content as simply as:
$("#SPDisplayRelatedInfo_columnname").hide() or .show()
I make the ids simple and easily identifiable for just such a use case.
M.
$("#SPDisplayRelatedInfo_columnname").hide() or .show()
I make the ids simple and easily identifiable for just such a use case.
M.