' + text + '<\/div>'].join(''),
['
' + text + '<\/div>'].join('')
];
}
var MENU_POS =[
// Level 0 block configuration
{
// Item's height in pixels
'height' : 34,
// 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' : 0,
// Style class names for the level
'css':
{
// Block outing table class
'table' : '',
// Item outer tag style class for all item states or
// classes for [, , ]
'outer' : '',
// Item inner tag style class for all item states or
// classes for [, , ]
'inner' : ''
}
},
// Level 1 block configuration
{
'width' : 100,
'height' : 34,
// Vertical Offset between adjacent levels in pixels
'block_top' : 34,
// 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,
// transition effects for the block
// [index on expand, duration on expand, index on collapse, duration on collapse]
'transition' : [0, 0.3, 0, 0.3],
// Time Delay in milliseconds before menu collapses after mouse
// pointer lefts all items
'hide_delay' : 300,
'css' :
{
'table' : 'border',
'outer' : '',
'inner' : ''
}
},
// Level 2 block configuration
{
'block_top' : -1,
'block_left' : 99
}
//Subling level configurations are inherited from level 2
]
var MENU_ITEMS = [[wrap_root('Home'), 'http://tulks.com/website/', {'sw': 65},[wrap_child('Corporate News', 'http://tulks.com/website/includes/javascript/hovermenu/pixel.gif width=16', 'http://tulks.com/website/includes/javascript/hovermenu/pixel.gif width=16'), 'http://tulks.com/website/corporate_news', {}],[wrap_child('Riga Map', 'http://tulks.com/website/includes/javascript/hovermenu/pixel.gif width=16', 'http://tulks.com/website/includes/javascript/hovermenu/pixel.gif width=16'), 'http://tulks.com/website/map/p228_mid/5', {}]],[wrap_root('My CV'), 'http://tulks.com/website/my_cv', {}],[wrap_root('Services'), 'http://tulks.com/website/services', {}],[wrap_root('Rates'), 'http://tulks.com/website/rates', {}],[wrap_root('Contact'), 'http://tulks.com/website/contact', {}],[wrap_root('PROZ'), 'http://www.proz.com/profile/35878', {'sw': 82}],[wrap_root('Latvian Course'), 'http://tulks.com/website/latvian_course', {},[wrap_child('Forum', 'http://tulks.com/website/includes/javascript/hovermenu/pixel.gif width=16', 'http://tulks.com/website/includes/javascript/hovermenu/pixel.gif width=16'), 'http://tulks.com/forum/', {}],[wrap_child('Download', 'http://tulks.com/website/includes/javascript/hovermenu/pixel.gif width=16', 'http://tulks.com/website/includes/javascript/hovermenu/pixel.gif width=16'), 'http://tulks.com/website/download', {}],[wrap_child('Blog', 'http://tulks.com/website/includes/javascript/hovermenu/pixel.gif width=16', 'http://tulks.com/website/includes/javascript/hovermenu/pixel.gif width=16'), 'http://tulks.com/dynamics', {}]]];
new menu (MENU_ITEMS, MENU_POS);