/*
  --- 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.
*/
var fixed_width0 = 170
var fixed_width1 = 150
var fixed_width2 = 150
var fixed_width3 = 150
var fixed_width4 = 0
var fixed_width5 = 150

var fixed_height = 29

var x_left_top_corner = -1
var y_left_top_corner = 87
if (navigator.userAgent.indexOf("Opera")>-1)
{x_left_top_corner = 44;y_left_top_corner = 88};

var fixed_height_II = 22
var y_left_top_corner_II = fixed_height+1
var top_II = fixed_height_II + 1

var MENU_POS0 = [
{
	// item sizes
	'height': fixed_height,
	'width': fixed_width0,
	// 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': y_left_top_corner,
	'block_left': x_left_top_corner,
	// offsets between items of the same level
	'top': 0,
	'left': 100,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 0,
	'expd_delay': 0,
	'css' : {
		'outer': ['m0l0oout', 'm0l0oout'],
		'inner': ['m0l0iout', 'm0l0iout']
	}
},
{
	'height': fixed_height_II,
	'width': fixed_width0-1,
	'block_top': y_left_top_corner_II,
	'block_left': 0,
	'top': top_II,
	'left': 0,
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
]


var MENU_POS1 = [
{
	// item sizes
	'height': fixed_height,
	'width': fixed_width1,
	// 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': y_left_top_corner,
	'block_left': x_left_top_corner+fixed_width0,
	// offsets between items of the same level
	'top': 0,
	'left': 100,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 0,
	'expd_delay': 0,
	'css' : {
		'outer': ['m0l0oout', 'm0l0oover'],
		'inner': ['m0l0iout', 'm0l0iover']
	}
},
{
	'height': fixed_height_II,
	'width': fixed_width1-1,
	'block_top': y_left_top_corner_II,
	'block_left': 0,
	'top': top_II,
	'left': 0,
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
]

var MENU_POS2 = [
{
	'height': fixed_height,
	'width': fixed_width2,
	'block_top': y_left_top_corner,
	'block_left': x_left_top_corner+fixed_width0+fixed_width1,
	'top': 0,  //USELESS
	'left': 100,  //USELESS
	'hide_delay': 0,
	'expd_delay': 0,
	'css' : {
		'outer': ['m0l0oout', 'm0l0oover'],
		'inner': ['m0l0iout', 'm0l0iover']
	}
},
{
	'height': fixed_height_II,
	'width': fixed_width2-1,
	'block_top': y_left_top_corner_II,
	'block_left': 0,
	'top': top_II,
	'left': 0,
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
]


var MENU_POS3 = [
{
	'height': fixed_height,
	'width': fixed_width3,
	'block_top': y_left_top_corner,
	'block_left': x_left_top_corner+fixed_width0+fixed_width1+fixed_width2,
	'top': 0,  //USELESS
	'left': 100,  //USELESS
	'hide_delay': 0,
	'expd_delay': 0,
	'css' : {
		'outer': ['m0l0oout', 'm0l0oover'],
		'inner': ['m0l0iout', 'm0l0iover']
	}
},
{
	'height': fixed_height_II,
	'width': fixed_width3-1,
	'block_top': y_left_top_corner_II,
	'block_left': 0,
	'top': top_II,
	'left': 0,
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},
{
	'block_top': 0,
	'block_left': fixed_width3,
	'css': {
		'outer' : ['m0l2oout', 'm0l2oover'],
		'inner' : ['m0l2iout', 'm0l2iover']
	}
}
]

var MENU_POS4 = [
{
	'height': fixed_height,
	'width': fixed_width4,
	'block_top': y_left_top_corner,
	'block_left': x_left_top_corner+fixed_width0+fixed_width1+fixed_width2+fixed_width3,
	'top': 0,  //USELESS
	'left': 100,  //USELESS
	'hide_delay': 0,
	'expd_delay': 0,
	'css' : {
		'outer': ['m0l0oout', 'm0l0oover'],
		'inner': ['m0l0iout', 'm0l0iover']
	}
},
{
	'height': fixed_height_II,
	'width': fixed_width4-1,
	'block_top': y_left_top_corner_II,
	'block_left': 0,
	'top': top_II,
	'left': 0,
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
]


var MENU_POS5 = [
{
	'height': fixed_height,
	'width': fixed_width5,
	'block_top': y_left_top_corner,
	'block_left': x_left_top_corner+fixed_width0+fixed_width1+fixed_width2+fixed_width3+fixed_width4,
	'top': 0,  //USELESS
	'left': 100,  //USELESS
	'hide_delay': 0,
	'expd_delay': 0,
	'css' : {
		'outer': ['m0l0oout', 'm0l0oover'],
		'inner': ['m0l0iout', 'm0l0iover']
	}
},
{
	'height': fixed_height_II,
	'width': fixed_width5-1,
	'block_top': y_left_top_corner_II,
	'block_left': 0,
	'top': top_II,
	'left': 0,
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},
{
	'block_top': 0,
	'block_left': -fixed_width5,
	'css': {
		'outer' : ['m0l2oout', 'm0l2oover'],
		'inner' : ['m0l2iout', 'm0l2iover']
	}
}
]

