function showSearchButton()
 {
     $block = new VF_Search();
     $block->setConfig($this->getConfig());
     return $block->showSearchButton();
 }