// JavaScript Document
var menuItems =
[
    [null, '<img src="images/real_soy.jpg" width="184" height="26" border="0">', null, null, null],
	[null, '<img src="images/menu/home_up.jpg" width="72" height="26" border="0">', 'default.aspx', null, 'description'],
	[null, '<img src="images/menu/product_lines_up.jpg" width="119" height="26" border="0">', null, null, null,
        [null, 'Beanpod Candles', 'beanpod_candles.aspx', null, 'description'],  // a menu item
        _cmSplit,
        [null, 'Soy Scentsations', 'soy_scentsations.aspx', null, 'description'],  // a menu item
		_cmSplit,
        [null, 'Seed by Soy Inspirations', 'seed_by_soy_inspirations.aspx', null, 'description']
    ],
	[null, '<img src="images/menu/innovation_up.jpg" width="100" height="26" border="0">', 'innovation.aspx', null, 'description'],
	[null, '<img src="images/menu/who_we_are_up.jpg" width="113" height="26" border="0">', null, null, null,
        [null, 'History', 'history.aspx', null, 'description'],  // a menu item
        _cmSplit,
        [null, 'Facility', 'facility.aspx', null, 'description']
    ],
	[null, '<img src="images/menu/faq_up.jpg" width="74" height="26" border="0">', 'faq.aspx', null, 'description'],
	[null, '<img src="images/menu/contact_up.jpg" width="108" height="26" border="0">', null, null, null,
        [null, 'Consumer', 'consumer.aspx', null, 'description'],  // a menu item
        _cmSplit,
        [null, 'Own a Store', 'own_a_store.aspx', null, 'description']
    ],
];