sel(fnts fn, int f, int t) { format = fn; fromval = f; toval = t; }
fmts(string e, fnts f) { elem = e; fnt = f; start = new Stack <int>(); }