var MENU_POS = [ // Level 0 block configuration { 'width': 114, 'height': 23, 'table': [0, 0, 0], 'zIndex': 1, 'top': 0, 'left': 70, 'hide_delay' : 200, 'wise_pos' : 1, 'vertical' : false, 'css' : { 'table' : 'menu0table', 'outer' : ['menu0outo', 'menu0overo', 'menu0downo'], 'inner' : 'menu0inner' } }, // Level 1 block configuration { 'width' : 210, 'height' : 23, 'table' : [0, 1, 0], 'zIndex': 2, 'block_top' : 24, 'block_left' : 1, 'top': 23, 'left': 13, 'wise_pos' : 1, 'vertical' : true, 'hide_delay': 200, 'css' : { 'table' : 'menu1table', 'outer' : ['menu1outo', 'menu1overo', 'menu1downo'], 'inner' : 'menu1inner' } }, // Level 2 block configuration { 'width' : 180, 'height' : 20, 'table' : [0, 1, 0], 'zIndex': 2, 'block_top' : 0, 'block_left' : 151, 'top': 23, 'left': 0, 'wise_pos' : 2, 'vertical' : true, 'hide_delay': 200, 'css' : { 'table' : 'menu1table', 'outer' : ['menu1outo', 'menu1overo', 'menu1downo'], 'inner' : 'menu1inner' } }, ];