Class, thank you for showing an alternative way to use tabs..

In your system I have some questions..
1.As you might know with ajax system, we decrease the server loads by reducing query calls..For example, my cmps main page calls 10 quries to load with ajax..If I do it by your system,all tabbeb content will be called in same time and will it increase quries in total? (not ajax but kind a dhtml type)
2.Can we create more than one tab system in one page? Like below..
1 2 3 4 > tabs X
content by numbers of tabs X
A B C D > tabs y
content by alphabets of tabs Y
thank you..