public static function getInstance()
 {
     if (self::$instance === NULL) {
         self::$instance = new Tx_Formhandler_Globals();
     }
     return self::$instance;
 }