var MENU_POS0=[
{ // Level 0 block configuration
        // Item's height in pixels
        'height'     : 23,
        // Item's width in pixels
        'width'      : 100,
        // if Block Orientation is vertical
        'vertical'   : false,
        // Time Delay in milliseconds before subling block expands
        // after mouse pointer overs an item
        'expd_delay' : 300,
        'css' : {
                'table' : 'm0table0',
                'inner' : ['m0mouti', 'm0moveri', 'm0mdowni'],
                'outer' : 'm0outer'
        }
},
{ // Level 1 block configuration
        'width'      : 170,
        'height'     : 23,
        // Vertical Offset between adjacent levels in pixels
        'block_top'  : 23,
        // Horizontal Offset between adjacent levels in pixels
        'block_left' : 0,
        // block behaviour if single frame:
        // 1 - shift to the edge, 2 - flip relatively to left upper corner
        'wise_pos'   : 1,
        'vertical'   : true,
        'expd_delay' : 300,
        // Time Delay in milliseconds before menu collapses after mouse
        // pointer lefts all items
        'hide_delay' : 300,
        // Block Opasity in percent
        'opacity'    : 100,
        'css' : {
                'table' : 'm0table1',
                'inner' : ['m0m1outi', 'm0m1overi', 'm0m1downi']
        }
},
{ // Level 2 block configuration
        'width'      : 170,
        'height'     : 23,
        'block_top'  : 23,
        'block_left' : 101,
        'wise_pos'   : 1,
        'vertical'   : true,
        'hide_delay' : 300,
        'opacity'    : 100,
        'css' : {
                'table' : 'm0table2',
                'inner' : ['m0m1outi', 'm0m1overi', 'm0m1downi']
        }
}
]