var MENU_POS = new Array(); 
  // A. ITEM'S WIDTH IN PIXELS 
  MENU_POS['width'] = [152, 152]; 
  // B. Item's height in pixels 
  MENU_POS['height'] = [55, 20]; 
  // C. Horizontal Offset between the items within level in pixels 
  MENU_POS['left'] = [152, 0]; 
  // D. Vertical Offset between the items within level in pixels 
  MENU_POS['top'] = [0, 20]; 
  // E. Horizontal Offset between adjacent levels* in pixels 
  MENU_POS['block_left'] = [0, 0]; 
  // F. Vertical Offset between adjacentt levels* in pixels 
  MENU_POS['block_top'] = [239, 55]; 
  // Time delay in milliseconds before menu collapses after mouse pointer left all items** 
  MENU_POS['hide_delay'] = [200, 200]; 
  // Path to transparent gif 1x1 px as it appears in src attribute of <img> tag
  MENU_POS['pixel_path'] = '/design/gradlink/images/pixel.gif';
  // Horizontal menu alignment - (left, center, right) ***
  MENU_POS['align'] = 'left';
  // Vertical menu alignment - (top, center, bottom) ****
  MENU_POS['valign'] = 'top';
  // Static positioning configuration - (none, vertical, horizontal, both) ****
  MENU_POS['scroll'] = 'none';
