' + text + '<\/div>'].join(''),
['
' + text + '<\/div>'].join('')
];
}
var MENU_POS =[
// Level 0 block configuration
{
// Item's height in pixels
'height' : 74,
// Item's width in pixels
'width' : 90,
// 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' : 90,
'height' : 25,
// Vertical Offset between adjacent levels in pixels
'block_top' : 75,
// 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' : 90
}
//Subling level configurations are inherited from level 2
]
var MENU_ITEMS = [[wrap_root('Home'), 'http://www.sparkedonline.com/index.php?categoryid=1&s=1148fb3434cde54713ddcef661063b2c', {'sw': 65}],[wrap_root('Articles'), 'http://www.sparkedonline.com/index.php?categoryid=19', {'sw': 100},[wrap_child('General', 'http://www.sparkedonline.com/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.sparkedonline.com/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.sparkedonline.com/index.php?categoryid=19&s=1148fb3434cde54713ddcef661063b2c', {}],[wrap_child('Testing', 'http://www.sparkedonline.com/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.sparkedonline.com/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.sparkedonline.com/index.php?categoryid=15&s=1148fb3434cde54713ddcef661063b2c', {}],[wrap_child('Under 6', 'http://www.sparkedonline.com/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.sparkedonline.com/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.sparkedonline.com/index.php?categoryid=16&s=1148fb3434cde54713ddcef661063b2c', {}],[wrap_child('Blogs', 'http://www.sparkedonline.com/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.sparkedonline.com/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.sparkedonline.com/index.php?categoryid=18&s=1148fb3434cde54713ddcef661063b2c', {}],[wrap_child('Gifted^2', 'http://www.sparkedonline.com/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.sparkedonline.com/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.sparkedonline.com/index.php?categoryid=17&s=1148fb3434cde54713ddcef661063b2c', {}]],[wrap_root('Image Gallery'), 'http://www.sparkedonline.com/index.php?categoryid=3&s=1148fb3434cde54713ddcef661063b2c', {'sw': 125}],[wrap_root('Links'), 'http://www.sparkedonline.com/index.php?categoryid=4&s=1148fb3434cde54713ddcef661063b2c', {'sw': 70}],[wrap_root('Contact Us'), 'http://www.sparkedonline.com/index.php?categoryid=5&s=1148fb3434cde54713ddcef661063b2c', {'sw': 70},[wrap_child('About Us', 'http://www.sparkedonline.com/includes/javascript/hovermenu/pixel.gif width=16', 'http://www.sparkedonline.com/includes/javascript/hovermenu/pixel.gif width=16'), 'http://www.sparkedonline.com/index.php?categoryid=11&s=1148fb3434cde54713ddcef661063b2c', {}]],[wrap_root('Register'), 'http://www.sparkedonline.com/forums/profile.php?mode=register', {'sw': 90}]];
new menu (MENU_ITEMS, MENU_POS);