This macro starts the tabpane, containing a series of TAB...ENDTABs and ends with ENDTABPANE. A complete tabpane normally looks like this:
     
%TABPANE%
 %TAB{"tab 1"}%
   ...
 %ENDTAB%
 %TAB{"tab 2"}%
   ...
 %ENDTAB%
%ENDTABPANE%
      Multiple tabpanes can be nested using the following scheme:
     
%TABPANE%
 %TAB{"tab 1"}%
   %TABPANE%
     %TAB{"tab 1.1"}%
       ...
     %ENDTAB%
     %TAB{"tab1.2"}%
       ...
     %ENDTAB%
   %ENDTABPANE%
 %ENDTAB%
 %TAB{"tab 2"}%
   ...
 %ENDTAB%
%ENDTABPANE%
  Parameters 
                 
	
		
			| Parameter | Description | Default | 
	     
	
		
			| select | number or id of tab to select | 1 | 
		
			| automaxexpand | resizes the tabpane to the maximum height to fit into the window | off | 
		
			| minheight | when automaxexpand is enabled, this is the minimum size a tab is allowed to be resized | 230 | 
		
			| class | extra class: use simplefor a non-3D tabpane; use=plain= for a no-frame look&feel |  | 
		
			| animate | enables/disables animation of switching tabs | off | 
	     
  Examples 
see 
J Query Tabpane for more examples
 TAB, 
ENDTAB, ENDTABPANE, 
J Query Plugin, 
J Query Tabpane