ProtoPrusa - Prusa I2 3d Printer Build
<%
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/ProtoPrusa/frontpage.htm"
End If
%>