/* Tigra Menu template structure */ var MENU_TPL = [ { 'width': 170, 'height': 35, 'hide_delay': 200, 'expd_delay': 200, 'vertical': true, 'table': [0,1,0], 'css': { 'table': 'TM0t0', 'outer': ['TM0o0','TM0o1'], 'inner': 'TM0i0' } }, { 'width': 300, 'block_left': 160, 'block_top': 5, 'vertical': true, 'css': { 'table': 'TM0t0', 'outer': ['TM1o0','TM1o1'], 'inner': 'TM0i0' } } ]; //------------------------- /* --- menu level scope settins structure --- note that this structure has changed its format since previous version. Now this structure has the same layout as Tigra Menu GOLD. Format description can be found in product documentation. var MENU_POS = [ { // item sizes 'width': 170, 'height': 25, // 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 'block_top': 250, 'block_left': 25, // offsets between items of the same level 'top': 25, 'left': 0, // time in milliseconds before menu is hidden after cursor has gone out // of any items 'expd_delay': 400, 'css' : { 'outer': ['m0l0oout', 'm0l0oover',{'clickcollapse':'true'}], 'inner': ['m0l0iout', 'm0l0iover',{'clickcollapse':'true'}] // 'inner' : ['m0l2oout', 'm0l2oover'], //'minner', // 'outer' : ['m0l1iout', 'm0l1iover'] //['moout', 'moover'] } }, { 'width': 300, 'block_top': 5, 'block_left': 160 }, { 'block_left': 130 } ] */