
/******************************************************************************************************************
*               ________  ___        ________  ________  ___  ___  ________  ___                                  *
*              /\   __  \/\  \      /\   ____\/\   __  \/\  \/\  \/\   __  \/\  \                                 *
*             /  \  \/\  \ \  \    /  \  \___/  \  \/\  \ \  \ \  \ \  \/\  \ \  \                                *
*             \   \  \_\  \ \  \   \   \  \  \   \  \ \  \ \  \_\  \ \  \ \  \ \  \                               *
*              \   \   __  \ \  \   \   \  \  \   \  \ \  \ \   __  \ \  \ \  \ \  \                              *
*               \   \  \/\  \ \  \   \   \  \  \   \  \ \  \ \  \/\  \ \  \ \  \ \  \                             *
*                \  _\  \ \  \ \  \___\__ \  \__\__ \  \_\  \ \  \ \  \ \  \_\  \ \  \______                      *
*                 \/\____\ \__\ \________\ \_______\ \_______\ \__\ \__\ \_______\ \________\                     *
*                 / /    / /  / /        / /       / /       / /  / /  / /       / /        /                     *
*                 \/____/\/__/\/________/\/_______/\/_______/\/__/\/__/\/_______/\/________/                      *
*                   ________  ________  ________  __________  ________   ________  ___        ______              *
*                  /\   ____\/\   __  \/\   __  \/\___   ___\/\   ___ \ /\   __  \/\  \      /\  ___\             *
*                 /  \  \___/  \  \/\  \ \  \/\  \/  /\  \  /  \  \ /\ \  \  \/\  \ \  \    /  \ \  /             *
*                 \   \  \  \   \  \ \  \ \  \ \  \_/  \  \/\   \  \_/  \_ \  \ \  \ \  \   \   \ \/__            *
*                  \   \  \  \   \  \ \  \ \  \ \  \\   \  \ \   \     _  \ \  \ \  \ \  \   \   \____ \          *
*                   \   \  \  \   \  \ \  \ \  \ \  \\   \  \ \   \   / \  \ \  \ \  \ \  \   \  /   /\ \         *
*                    \   \  \__\_  \  \_\  \ \  \ \  \\   \  \ \   \  \  \  \ \  \_\  \ \  \___\/_  /__\ \        *
*                     \   \_______\ \_______\ \__\ \__\\   \__\ \   \__\  \__\ \_______\ \________\/\_____\       *
*                      \  /       / /       / /  / /  / \  /  /  \  /  /\ /  / /       / /        / /     /       *
*                       \/_______/\/_______/\/__/\/__/   \/__/    \/__/  \__/\/_______/\/________/\/_____/        *
*                                                                                                                 *
*                                                                                                                 *
*******************************************************************************************************************
*                                                                                                                 *
*                           author/developer     :  Georgiy Kurguzov (George)                                     *
*                           e-mail               :  gkurguzov (at) hotmail (dot) com                              *
*                           or                   :  etrader_x11 (at) comcast (dot) net                            *
*                                                                                                                 *
*                           company              :  Alcohol Controls                                              *
*                           company e-mail       :  profit@alcoholcontrols.com                                    *
*                           Web                  :  http://www.alcoholcontrols.com                                *
*                                                                                                                 *
******************************************************************************************************************/




var MENU_POS = [
{
	// item sizes
	'height': 24,
	'width': 180,
	// 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': 137,
	'block_left': 3,
	// offsets between items of the same level
	'top': 0,
	'left': 185,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 500,
	'expd_delay': 200,
	'css' : {
		'outer': ['m0l0oout', 'm0l0oover'],
		'inner': ['m0l0iout', 'm0l0iover']
	}
},
{
	'height': 20,
	'width': 265,
	'block_top': 28,
	'block_left': 0,
	'top': 21,
	'left': 0,
	'css': {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},
{
	'block_top': 7,
	'block_left': 208,
	'css': {
		'outer': ['m0l2oout', 'm0l2oover'],
		'inner': ['m0l1iout', 'm0l2iover']
	}
}
]

