class TextBox {
   var $body_text = "mj tekst";
   function display() {
      print("<TABLE BORDER=1><TR><TD>$this->body_text");
      print("</TD></TR></TABLE>");
   }
}
