function ilTinyMCE($a_version = "")
 {
     parent::ilRTE($a_version);
     switch ($a_version) {
         case "3.3.9.2":
             $this->version = $a_version;
             $this->vd = "_3_3_9_2";
             break;
         case "3.4.7":
             $this->version = $a_version;
             $this->vd = "_3_4_7";
             break;
     }
     $this->plugins = array("xhtmlxtras", "style", "layer", "table", "save", "advhr", "advlink", "emotions", "iespell", "insertdatetime", "preview", "searchreplace", "print", "contextmenu", "paste", "directionality", "fullscreen", "nonbreaking", "noneditable", "style");
     $this->setStyleSelect(false);
     $this->addInternalTinyMCEImageManager();
 }