Possibility to hide the top right menu

It is possible with a JavaScript like this:

WALK.getViewer().menuVisible = false;

See the description of the menuVisible property in the JavaScript API doc.