	<!--//
	// Note where menu initialization block is located in HTML document.
	// Don't try to position menu locating menu initialization block in
	// some table cell or other HTML element. Always put it before </body>

	// each menu gets three parameters (see demo files)
	// 1. items structure
	// 2. geometry structure
	// 3. dynamic styles structure

	new menu (MENU_ITEMS, MENU_POS1, MENU_STYLES1);
	// make sure files containing definitions for these variables are linked to the document
	// if you got some javascript error like "MENU_POS1 is not defined", then you've made syntax
	// error in menu_tpl.js file or that file isn't linked properly.
	
	// also take a look at stylesheets loaded in header in order to set static styles
	//-->

