I have been looking for a script that will hide the entire left navigation bar in MSCRM 4.0. for a custom entity. I found this forum response here and it works well!
document.all.crmNavBar.parentElement.style.display = "none"; document.all.tdAreas.colSpan = 2;

GREAT
YOU ROCK, MAN. Thanks for this.