var CAOS_MENU_POS = new Array(); // First number for first level, second number for second level.... // item sizes for different levels of menu CAOS_MENU_POS['height'] = [20, 20, 25]; CAOS_MENU_POS['width'] = [120, 160, 160]; // 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 CAOS_MENU_POS['block_top'] = [190, 0, 10]; CAOS_MENU_POS['block_left'] = [0,130, 120]; // offsets between items of the same level CAOS_MENU_POS['top'] = [19, 19, 24]; CAOS_MENU_POS['left'] = [0, 0, 0]; // time in milliseconds before menu is hidden after cursor has gone out // of any items CAOS_MENU_POS['hide_delay'] = [200, 200, 200]; // path to gif containing one transparent pixel CAOS_MENU_POS['pixel_path'] = '/docs/IO/214/img214.gif';