Page History
...
vHandle_USER_NAVIGATION_PLAN: function()
{
var bReturn = true;
// your alternate navigation planning logic goes here
return(bReturn); /* ß← Remember to return a Boolean success/fail value */
}, /* ß← Remember to separate this function from the others with a comma */
...