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