I am setting the menu params based on an external file
EX:
Dim hmenu As New Tornado.Z()
With hmenu
.dbUnit = 527
.dbMenuParams = "type=2|style=5|ve=false| wi=600|he=20| buttontype=2| menudatafile=menufile.txt"
Response.Write("<Center>" & .ASPdbMenu() & "</center><BR>")
End With

The problem with the menu params, is that if I make the links relative... ie putting "Nextfile.aspx" as opposed to "http://www.boguswebapp.com/Nextfile.aspx" the links are not relative... I get the links pointing to a Jars directory in Tornado... ANY IDEAS?

Thanks
John M