// JavaScript Document
var menuItems =
[
	[null, '<img src="/seed/images/menu/left_side3.jpg" width="256" height="29" border="0">', null, null, null],
[null, '<img src="/seed/images/menu/home.jpg" width="59" height="29" border="0">', '/seed/default.aspx', null, null],
[null, '<img src="/seed/images/menu/candles.jpg" width="75" height="29" border="0">', null, null, null,
        [null, 'All Fragrances', '/seed/products.aspx?c=0', null, 'description'],  // a menu item
        _cmSplit,
		[null, 'Year Round', '/seed/products.aspx?c=50', null, 'description'],  // a menu item
        _cmSplit,  // a menu item
        [null, 'Fall & Holiday', '/seed/products.aspx?c=47', null, 'description']
    ],
[null, '<img src="/seed/images/menu/accessories.jpg" width="102" height="29" border="0">', '/seed/accessories/accessories.aspx', null, null],
[null, '<img src="/seed/images/menu/merchandising.jpg" width="116" height="29" border="0">', '/seed/displays/hutches.aspx', null, null],
// [null, '<img src="/seed/images/menu/store_locator.jpg" width="109" height="29" border="0">', '/seed/contact/store-locator.asp', null, null],
[null, '<img src="/seed/images/menu/about_us.jpg" width="82" height="29" border="0">', '/seed/about/about-seed-candles.aspx', null, null],
// [null, '<img src="/seed/images/menu/news.jpg" width="57" height="29" border="0">', '/seed/news.aspx', null, null],
[null, '<img src="/seed/images/menu/contact_us.jpg" width="95" height="29" border="0">', null, null, null,
        [null, 'Feedback/Request Info', '/seed/contact/feedback.asp', null, 'description'],  // a menu item
        _cmSplit,
        [null, 'Contact Seed', '/seed/contact/contact-seed-candles.aspx', null, 'description'],  // a menu item
		],
[null, "<img src='/seed/images/menu/right_side.jpg' width='15' height='29' border='0'>", null, null, null],
];