/* --- menu items --- */
var MENU_ITEMS = [
	['<img src="./gfx/navi/home.gif" border="0">', 'index.php?section=home&subsection=index',
	],
	['<img src="./gfx/navi/shop.gif" border="0">', 'http://www.trektec.de/shop/" target="_blank',
        ],
	['<img src="./gfx/navi/kontakt.gif" border="0">', 'index.php?section=kontakt&subsection=index',
	],
];


