screen.resolution.set (512,384)
text.display ("Press the right button of the mouse to see the context menu.",CENTER,10)
text.display ("Press a key to hide the context menu.",CENTER,20)
keyboard.wait ()
window.contextmenu.hide (TRUE)
text.display ("Press a key to exit.",CENTER,350)
keyboard.wait ()
script.stop ( )