/*
Company: eCubeH Technologies
Author: Bala Krishnamurthy
Date:  6 August 2006

With thanks to *** Original Source: Tigra Menu - SoftComplex.com ***

Note: Since the z-index has been adjusted in menu.js, no need to place at end of <body> tag

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 two parameters (see demo files)
1. items structure
2. geometry structure
*/

	new menu (MENU_ITEMS, MENU_POS);
	
/*
make sure files containing definitions for these variables are linked to the document
if you got some javascript error like "MENU_POS 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 styles
	