/**
* Specifies the sound that gets played when an item is selected from a menu.
*/
"MenuItemSound" "ktm/btn.mp3"
/**
* Specifies the sound that gets played when an "Exit" button is selected
* from a menu.
*/
"MenuExitSound" "ktm/btn_back.mp3"
/**
* Specifies the sound that gets played when an "Exit Back" button is selected
* from a menu. This is the special "Back" button that is intended to roll back
* to a previous menu.
*/
"MenuExitBackSound"...