' + text + '<\/div><\/div><\/div>'].join('')
];
}
var MENU_POS =[
// Level 0 block configuration
{
// Item's height in pixels
'height' : 24,
// 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' : 130,
'height' : 24,
// Vertical Offset between adjacent levels in pixels
'block_top' : 25,
// 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' : '',
'outer' : '',
'inner' : ''
}
},
// Level 2 block configuration
{
'block_top' : 0,
'block_left' : 130
}
//Subling level configurations are inherited from level 2
]
var MENU_ITEMS = [[wrap_root('Home'), 'http://www.team-bhp.com/web/index.php?categoryid=1', {'sw': 130}],[wrap_root('About Us'), 'http://www.team-bhp.com/web/index.php?categoryid=2', {'sw': 130},[wrap_child('History', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.team-bhp.com/web/index.php?categoryid=9', {}],[wrap_child('The Team', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.team-bhp.com/web/index.php?categoryid=10', {}],[wrap_child('Contact Us', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.team-bhp.com/web/index.php?categoryid=11', {}]],[wrap_root('FORUM'), 'http://www.team-bhp.com/forum/', {'tw': '_self','sw': 130}],[wrap_root('Test Drives'), 'http://www.team-bhp.com/web/index.php?categoryid=3', {'sw': 130}],[wrap_root('Advice'), 'http://www.team-bhp.com/web/index.php?categoryid=12', {'sw': 130},[wrap_child('On Buying', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.team-bhp.com/web/index.php?categoryid=12', {}],[wrap_child('On Owning', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.team-bhp.com/web/index.php?categoryid=13', {}],[wrap_child('On Modifying', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.team-bhp.com/web/index.php?categoryid=14', {}],[wrap_child('Miscellany', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.team-bhp.com/web/index.php?categoryid=15', {}]],[wrap_root('More'), 'http://www.team-bhp.com/web/', {'sw': 130},[wrap_child('Store', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.team-bhp.com/store/', {}],[wrap_child('Tuners', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.team-bhp.com/web/index.php?categoryid=36', {'tw': '_self'}],[wrap_child('Links', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.team-bhp.com/web/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.team-bhp.com/web/index.php?categoryid=5', {}]]];
new menu (MENU_ITEMS, MENU_POS);