var MENU_NODES = [
    ['About Tomra Games','/',null],
    ['Battleship', '/battleship/', null,
    	['Screenshots', '/battleship/screenshots.html', null],
    	['Demo', '/battleship/license.html', null],
    	['Buy it', '/battleship/buy.html', null]
    ],
    ['Contact','/contact.html',null]
];