$useCookies) ); } function startTab( $tabText, $paneid ) { echo $this->startPanel( $tabText, $paneid); } function endTab() { echo $this->endPanel(); } function startPane( $tabText ){ echo parent::startPane( $tabText ); } function endPane(){ echo parent::endPane(); } }