(22) Display login options box at top of screen
•SUB LoginOptions
•  Center
•  BeginBorder
•  BeginTable "cellpadding=5 cellspacing=1"
•    BeginRow ""
•      BeginCell "nowrap valign=top bgcolor="+cLightRed
•        Title "New Application?"
•      EndCell
•      BeginCell "bgcolor="+cLightBlue
•        Write Bold("To create a new application, enter your email address and a<br>"+_
•          "password of your choice having at least four characters below.")
•      EndCell
•    EndRow
•    BeginRow ""
•      BeginCell "nowrap valign=top bgcolor="+cLightRed
•        Title "Forgot Password?"
•      EndCell