// level scope settins structure
window.onresize = function() { 
	window.location.reload(); 	
}
var top1=110;
var top2=132;
var left1=423;
var WWidth=getWindowWidth();


left1  = (WWidth - 800)/2 +123;


function getWindowWidth() {
	return window.innerWidth ? window.innerWidth : document.body.offsetWidth;
}



var left2=240;
var MENU_POS = [
// root level configuration (level 0)
{
	// item sizes
	'height': 25,
	'width': 60,
'block_top': top1,
	'block_left': left1,

	// absolute position of the menu on the page (in pixels)
	// with centered content use Tigra Menu PRO or Tigra Menu GOLD

	// offsets between items of the same level (in pixels)
	'top': 0,
	'left': 215,
	// time delay before menu is hidden after cursor left the menu (in milliseconds)
	'hide_delay': 200,
	// submenu expand delay after the rollover of the parent 
	'expd_delay': 200,
	// names of the CSS classes for the menu elements in different states
	// tag: [normal, hover, mousedown]
	'css' : {
		'outer' : ['m0l0oout', 'm0l0oover'],
		'inner' : ['m0l0iout', 'm0l0iover']
	}	
},
// sub-menus configuration (level 1)
// any omitted parameters are inherited from parent level
{
'top': 21,
	'left': 0,
	'width': 100,
'height': 20,
'block_top': 10,
'block_left': 40,
	// position of the submenu relative to top left corner of the parent item
	
	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
];
