
var myWidth;
    
if(document.body) { myWidth = document.body.clientWidth; }
else { myWidth = window.clientWidth; }

var MENU_POS = [
{
	'height': 26,
	'width': 140,
	'block_top': 120,
	'block_left': 10,
	'top': 0,
	'left': 139,
	'hide_delay': 20,
	'expd_delay': 20,
	'css' : {
		'outer': ['m0l0oout', 'm0l0oover'],
		'inner': ['m0l0iout', 'm0l0iover']
	}
},
{
	'height': 20,
	'width': 300,
	'block_top': 25,
	'block_left': 2,
	'top': 21,
	'left': 0,
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
}
]
