Ideally the club would have several different groups of schedules so adding tabs within this pop-out div would be perfect (a tab for each team for instance). The "shortcuts" popout looks like its ready to have tabs implemented (based on the existence of a navt_tabs id) and I discovered that just adding another div within my template creates another tab. However I'm unsure of how to hide and show the tabs properly. Browsing the standard.js script functions and the admin pages css gave me some hints. I see that the "activatetab" function applies to the navt_tabs and I'm guessing part of the _add_show_handlers does what I need to do I'm just looking for a few pointers on how to put it all together.
For illustrative purposes the development site is www.trianglevolleyball.org/cmsmadesimple and right now it has the "shortcuts" popout showing schedule info.
Thanks in advance
-Andy
UPDATE INCLUDING SOLUTION:
Well I feel smart and stupid and the same time... something about reading and using good code does that

YVP
Practice
{global_content name='events'}
Practice Content here
the div id "bookmarks" reflects the fact that I just copied code from the admin pages, it can be named anything since none of the css refers to "navt_bookmarks".
Next I'll extend this to a few more tabs but what a relief to find that a) a solution was built in b) the solution was easy to discover by reading existing code and c) it does exactly what I want it to. Major Kudos to all you developers for such smart design and execution, CMS is a joy to work with (having tried at least 8 systems before finding CMSMS)! Keep up the good work.
-Andy