Reserved Words in URLs
Elevator offers built-in menu navigation by way of the Down and Home buttons in its upper-right corner, along with the Level Indicators along the top. For users who feel that these may not be intuitive, we've added a set of 'reserved words' that may be used in Elevator's URL parameters, allowing you to add 'Back' and 'Home' entries directly on the menu.

Each word begins with an underscore, and none are case-sensitive. The following examples show how these words are used in a datafile:

Item5=**Home
URL5=_home
This example, when clicked, will do the equivalent of clicking the square 'Home' button in the top-right corner, or the Level 1 indicator.

Item5=**Go Back
URL5_down
This item is on Level 3 of the menu (as indicated by its two asterisks). When clicked, it will force the menu back to Level 2, the equivalent of clicking the 'Down' button in the top-right corner, or the Level 2 indicator.

Item5=****Go Back
URL5=_3
This item is on Level 5 of the menu (as indicated by its four asterisks). When clicked, it will force the menu back to Level 3, the equivalent of clicking the Level 3 indicator. Any number lower than the current level may be used here, including _1 to return to the 'home' level, so the _3 could be replaced with _2 to give the equivalent of clicking the Level 2 indicator instead.

You can see these reserved words in use in Example #3.