protected function _prepareLayout()
 {
     $this->setChild('choose_button', $this->getLayout()->createBlock('adminhtml/widget_button')->setData(array('label' => Mage::helper('adminhtml')->__('Choose selected'), 'onclick' => $this->getJsObjectName() . '.doChoose()')));
     return parent::_prepareLayout();
 }