/*
  --- menu level scope settins structure --- 
  note that this structure has changed its format since previous version.
  Now this structure has the same layout as Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
//alert("Wwidth="+document.body.clientWidth+" Wheight="+document.body.clientHeight+" height="+document.menu.height); //+" width="+document.menu.width+" offsetTop="+document.menu.offsetTop+" offsetLeft="+document.menu.offsetLeft+" top="+document.menu.top+" left="+document.menu.left); 
mens=6;
lfs=300; ///250; 300;
var MENU_POS = [
{
	// item sizes
	'height': 22, //24,
	'width': ((document.body.clientWidth-lfs)/mens), ///100, //150, //250, //120,
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': 0, //5, //99,
	'block_left': lfs, //0, //5, //(document.body.clientWidth-(153*mens)+0)/2, //287,
	// offsets between items of the same level
	'top': 0,
	'left': ((document.body.clientWidth-lfs)/mens), //153, //253, //119,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 200,
	'expd_delay': 200,
	'css' : {
		'outer': ['m0l0oout', 'm0l0oover'],
		'inner': ['m0l0iout', 'm0l0iover']
	}
},
{
	'height': 16, //20,
	'width': ((document.body.clientWidth-lfs)/mens), ///100, //215, //150,
	'block_top': 22, //28, //23,
	'block_left': 0, //0,
	'top': 21,
	'left': 0,
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},
{
	'block_top': 5,
	'block_left': 50, ///100, //140,
	'css': {
		'outer': ['m0l2oout', 'm0l2oover'],
		'inner': ['m0l1iout', 'm0l2iover']
	}
}
]

