function SameText(const S1, S2: string): Boolean;
Compares the strings S1 and S2 and returns True if they are equal. The SameText function is not case-sensitive.