var MENU_TPL = [
        {
                'width': 160,
                'height': 25,
                'hide_delay': 900,
                'expd_delay': 200,
                'vertical': true,
                'table': [0,1,0],
                'css': {
                        'table': 'TM0t0',
                        'outer': ['TM0o0','TM0o1'],
                        'inner': 'TM0i0'
                }
        },
        {
                'width': 160,
                'height':25,
                'block_left': 160,
                'block_top': 0,
                'wise_pos'   : 0,
                'vertical': true,
                'css': {
                        'table': 'TM0t0t',
                        'outer': ['TM1o0','TM1o1'],
                        'inner': 'TM1i0'
                }
        },
        {
                'width': 160,
                'height':25,
                'block_left': 160,
                'block_top': 0,
                'wise_pos'   : 0,
                'vertical': true,
                'css': {
                        'table': 'TM0t0t',
                        'outer': ['TM1o0','TM1o1'],
                        'inner': 'TM1i0'
                }
        }
];

function wrap_root (text) {
	return [
	
'<div class="navigation-entry"><div class="navigation-entry-inner">' + text + '</div></div>',
'<div class="navigation-entry" style="background-color:#beaf97;"><div class="navigation-entry-inner">' + text + '</div></div>',
'<div class="navigation-entry"><div class="navigation-entry-inner">' + text + '</div></div>'
	];
}

function wrap_root_selected (text) {
        return [
	
'<div class="navigation-entry" style="background-color:#beaf97;"><div class="navigation-entry-inner">' + text + '</div></div>',
'<div class="navigation-entry" style="background-color:#beaf97;"><div class="navigation-entry-inner">' + text + '</div></div>',
'<div class="navigation-entry" style="background-color:#beaf97;"><div class="navigation-entry-inner">' + text + '</div></div>'
	];
}
