
slideShowProInstance.toggleNav();
None.
Nothing.
Method; toggles the open / close state of the navigation.
This example assigns toggleNav to the onRelease method of a movie clip with an instance name of "nav_bttn":
nav_bttn.onRelease = function() {
my_ssp.toggleNav();
}

