/* --- geometry and timing of the menu --- */
var MENU_POS = new Array();
	// item sizes for different levels of menu
	MENU_POS['height'] = [20, 20, 20];
	MENU_POS['width'] = [74, 100, 100];
	// 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
	MENU_POS['block_top'] = [320, 30, 0];
	MENU_POS['block_left'] = [140, 10, 171];
	// offsets between items of the same level
	MENU_POS['top'] = [0, 21, 21];
	MENU_POS['left'] = [74, 0, 0];
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU_POS['hide_delay'] = [200, 200, 200];
	
	// path to gif containing one transparent pixel
	MENU_POS['pixel_path'] = 'pixel.gif';
	
var MENU_POS3 = new Array();
	// item sizes for different levels of menu
	MENU_POS3['height'] = [25, 25,25];
	MENU_POS3['width'] = [130, 150,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
	MENU_POS3['block_top'] = [320, 5,5]; 	  		 //from top of window
	MENU_POS3['block_left'] = [10, 120,100];		 // ???was 475 from left site of window
	// offsets between items of the same level
	MENU_POS3['top'] = [24, 21, 21];
	MENU_POS3['left'] = [0, 0, 0,0];
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU_POS3['hide_delay'] = [200, 200,200];
	// path to gif containing one transparent pixel
	MENU_POS3['pixel_path'] = 'pixel.gif';

var MENU_POS4 = new Array();
	// item sizes for different levels of menu
	MENU_POS4['height'] = [25];
	MENU_POS4['width'] = [130, 130,130];
	// 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
	MENU_POS4['block_top'] = [410, 5,5];
	MENU_POS4['block_left'] = [10, -200,-200];
	// offsets between items of the same level
	MENU_POS4['top'] = [24, 21,21];
	MENU_POS4['left'] = [0, 0, 0,0];
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU_POS4['hide_delay'] = [200, 200,200];
	// path to gif containing one transparent pixel
	MENU_POS4['pixel_path'] = 'pixel.gif';
	
	
var MENU_POS5 = new Array();
	// item sizes for different levels of menu
	MENU_POS5['height'] = [25];
	MENU_POS5['width'] = [130, 130,130];
	// 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
	MENU_POS5['block_top'] = [680, 5,5]; //story
	MENU_POS5['block_left'] = [10, -200,-200];
	// offsets between items of the same level
	MENU_POS5['top'] = [24, 21,21];
	MENU_POS5['left'] = [0, 0, 0,0];
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	MENU_POS5['hide_delay'] = [200, 200,200];
	// path to gif containing one transparent pixel
	MENU_POS5['pixel_path'] = 'pixel.gif';
