/* --- geometry and timing of the menu --- */
var MENU2_POS = new Array();

	// item sizes for different levels of menu
	MENU2_POS['height']     = [30, 20, 22];
	MENU2_POS['width']      = [190, 190, 150];

	// 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
	MENU2_POS['block_top']  = [418, 9, 10];
	MENU2_POS['block_left'] = [-320, 154, 100];

	// offsets between items of the same level
	MENU2_POS['top']        = [28, 19, 22];
	MENU2_POS['left']       = [0, 0, 0];

	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU2_POS['hide_delay'] = [200, 200, 200];

	// path to gif containing one transparent pixel
	MENU2_POS['pixel_path'] = 'pixel.gif';
	MENU2_POS['align'] = 'center';

