
// DYNAMIC MENU ITEM CONFIGURATION
// Products Menu
var menuProducts = new Array(
	{Text:'Puppies',			URL:'../../products/puppyProducts.html'},
	{Text:'Kittens',			URL:'../../products/kittenProducts.html'},
	{Text:'Dogs',				URL:'../../products/dogProducts.html'},
	{Text:'Cats',				URL:'../../products/catProducts.html'},
	{Text:'Shredded Blend',	URL:'../../shredded_blend.html'},
	{Text:'Pro Plan&reg; Selects&reg;',	URL:'../../products/selects.html'},
	{Text:'Where to Buy',		URL:'../../products/wheretobuy.html'}
);

// Connect Menu
var menuConnect = new Array(
	{Text:'Pro Plan&reg; Newsletter',			URL:'../../connect/discovermore/Default.aspx'},
//	{Text:'Downloads',						URL:'connect/downloads.html'},
	{Text:'&quot;Do More&quot; Stories',	URL:'../../connect/stories.html'}
);
		
// Expert Advice Menu
var menuExpertAdvice = new Array(
	{Text:'Advice',						URL:'../../advice/'},
	{Text:'For Dogs',						URL:'../../advice/dog/'},
	{Text:'For Cats',               		URL:'../../advice/cat/'},
	{Text:'All About Puppies',			URL:'../../advice/puppy/'},
	{Text:'All About Kittens',			URL:'../../advice/kitten/'}
);

// Pro Plan Menu
var menuProPlan = new Array(
	{Text:'Our Mission',				URL:'../../proplan/ourmission.html'},
	{Text:'History',					URL:'../../proplan/history.html'},
	{Text:'Purina&reg; Rally to Rescue&reg',	URL:'../../proplan/rallytorescue.html'},
	{Text:'Purina Pro Club&reg;',			URL:'../../proplan/proclub.html'}
);

