% MyFile = RequestVar("F") If MyFile <> "" then MyFile = MyFile & ".htm" If UCase(MyFile) = "ABOUT.HTM" then About = "current" MyFile = "/robotics/About.htm" End If If UCase(MyFile) = "OTHER.HTM" then Other = "current" MyFile = "/robotics/other.htm" End If If MyFile = "" then Home = "current" myFile = "/robotics/Follow3d/FrontPage.htm" End If %>