
/* please register to get documentation */


var MENU_POS = {
	'height' : [17, 22, 25, 25, 25],
	'width' : [166, 180, 100, 100, 100],
	'block_top' : [187, 0, 0, 15, 15],
	'block_left' : [0, 165, 180, 80, 80, 80],		//the 3rd number should match the 2nd number in width (if putting level 2 menu to the right of level 1)
	'top' : [0, 18, 22, 22, 22],
	'left' : [0, 0, 0, 0, 0],
	'hide_delay' : [0, 0, 0, 0, 0],
	'expd_delay' : [0, 0, 0, 0, 0],
	'pixel_path' : '/media/clear.gif',
	'align' : 'left' // left, center, right
};






/*=================================================	not in use
var MENU_POS = new Array();
	// A. Item's width in pixels 
	MENU_POS['width'] = [100, 160, 160, 190, 220];
	
	// B. Item's height in pixels
	MENU_POS['height'] = [25, 17, 25, 25, 25];
	
	// C. Horizontal Offset between the items within level in pixels
	MENU_POS['left'] = [10, 0, 0, 0, 0];
	
	// D. Vertical Offset between the items within level in pixels
	MENU_POS['top'] = [0, 26, 26, 0, 26];
	
	// E. Horizontal Offset between adjacent levels* in pixels
	MENU_POS['block_left'] = [5, 0, 120, 140, 160, 10];
	
	// F. Vertical Offset between adjacent levels* in pixels
	MENU_POS['block_top'] = [50, 26, 10, 10, 10];
	
	// Time delay in milliseconds before menu collapses after mouse pointer left all items**
	MENU_POS['hide_delay'] = [200, 200, 200, 200, 200];
	
	// Path to transparent gif 1x1 px as it appears in src attribute of <img> tag
	MENU_POS['pixel_path'] = 'pixel.gif';
	
	// Horizontal menu alignment - (left, center, right) ***
	MENU_POS['align'] = 'center';
	
	// Vertical menu alignment - (top, center, bottom) ****
	MENU_POS['valign'] = 'top';
	
	// Static positioning configuration - (none, vertical, horizontal, both) ****
	MENU_POS['scroll'] = 'none';
=================================================	not in use
*/
	
