public function __construct()
 {
     parent::__construct();
     $this->setId('product_info_tabs');
     $this->setDestElementId('product_edit_form');
     $this->setTitle(Mage::helper('catalog')->__('Product Information'));
 }
 public function __construct()
 {
     parent::__construct();
 }