
/* default values for each level of menu */

var MENU_POS = new Array();
	MENU_POS['height'] = [23, 23, 23, 23, 23];
	MENU_POS['width'] = [100, 130, 160, 190, 220];
//  Horizontal Offset between adjacent levels in pixels, this one starts with block placement on page then lists each level
	MENU_POS['block_top'] = [62, 24, 10, 10, 10];
	MENU_POS['block_left'] = [0, 0, 120, 140, 160, 180];
//  Horizontal Offset between the items within level in pixels
	MENU_POS['top'] = [0, 24, 26, 26, 26];
	MENU_POS['left'] = [101, 0, 0, 0, 0];
	MENU_POS['hide_delay'] = [200, 200, 200, 200, 200];
	MENU_POS['pixel_path'] = 'images/pixel.gif';
