function gtext_front()
 {
     parent::abstract_front();
     $this->text_array = array();
     $this->text_string = '';
     $this->text_ids_array = array();
 }
 function super_front()
 {
     parent::abstract_front();
 }
 function image_front()
 {
     parent::abstract_front();
     $this->entries_array = array();
     $this->entries_string = '';
 }