function get()
 {
     return MEDIA_HTMLAREA($this->id, $this->content, $this->width, $this->height, $this->stylesheet, $this->styles, $this->lang, $this->buttonrow1, $this->buttonrow2, $this->buttonrow3, $this->buttonrow4, $this->plugins, $this->theme);
 }
 function show()
 {
     echo MEDIA_HTMLAREA($this->id, $this->content, $this->width, $this->height, $this->stylesheet, $this->styles, $this->lang, $this->buttonrow1, $this->buttonrow2, $this->buttonrow3, $this->buttonrow4, $this->plugins);
 }