var MENU_POS = {
	'height' : [25, 25, 25, 25, 25, 25],
	'width' : [85, 160, 145, 85, 85, 85],
	'block_top' : [2, 25, 5, 2, 2, 2],
	'block_left' : [0, 0, 110, -80, -80, -80],
	'top' : [0, 25, 25, 0, 0, 0],
	'left' : [15, 0, 0, 85, 85, 85],
	'hide_delay' : [200, 200, 200, 200, 200, 200],
	'expd_delay' : [200, 200, 200, 200, 200, 200],
	'pixel_path' : '../../../../pixel.gif',
	'align' : 'center', // left, center, right
	'valign' : 'top', // top, center, bottom
	'scroll' : 'both' // none, vertical, horizontal, both
};