// JavaScript Document

/* 
* This function relays a link from the jsCook menu to a page tracker.
* To deactivate this feature remove the function.
*
* see: cmItemMouseUp() in JSCookMenu.js look for "// JCA"
* author: Jean-Claude Amyot
*/
function cmPageTracker(link){
	// the google pagetracker call
	pageTracker._link(link);
}

var myMenu =
[
    ['The Raw Divas', '', '', '_self', 'description',  // a menu item
		['Home', '', 'http://www.therawdivas.com/index.php', '_self', 'description'],  // a menu item
		['Meet the Divas', '', 'http://www.therawdivas.com/about.php', '_self', 'description'],  // a menu item
        ['Contact Us', '', 'http://www.therawdivas.com/contact.php', '_self', 'description'],  // a menu item
        ['Event Calendar', '', 'http://www.therawdivas.com/calendar.php', '_self', 'description'],  // a menu item
	],
    ['Blogs', '', '', '_self', 'description',  // a menu item
		['Blog', '', 'http://www.therawdivas.com/blog/', '_self', 'description'],  // a menu item

	],
	['Programs', '', '', '_self', 'description',  // a menu item
		['The 6 Week Detox: Powered by Raw Foods', '', 'http://www.therawdivas.com/6-Week-Detox.php', '_self', 'description'],  // a menu item
		['Body Enlightenment System: The 30 Day System', '', 'http://www.bodyenlightenmentsystem.com/index.php', '_self', 'description'],  // a menu item
		['The Green Smoothie Queen: 3 Day Challenge', '', '', '_self', 'description',  // a menu item
			['Take the Challenge!', '', 'http://www.greensmoothiequeen.com/index.php', '_self', 'description'],	
			['Green Jugs', '', 'http://www.greensmoothiequeen.com/goodies/jugs', '_self', 'description'],	
			['The Complete Guide', '', 'http://www.greensmoothiequeen.com/en/goodies/guide', '_self', 'description'],
		],
		['Get Rid of Cravings & Emotional Eating', '', 'http://www.therawdivas.com/cravings/index.php', '_self', 'description'],  // a menu item
	],
    ['Free Stuff', '', '', '_self', 'description',  // a menu item
		['7 Day Detox', '', 'http://www.therawdivas.com/7daydetox/index.php', '_self', 'description'],  // a menu item
		['Articles', '', 'http://www.therawdivas.com/HHH/articles.php', '_self', 'description'],  // a menu item
        ['Recipes', '', 'http://www.therawdivas.com/HHH/articles.php?articles=rfrecipes', '_self', 'description'],  // a menu item
		['Free Newsletter', '', 'http://www.therawdivas.com/healthinhighheels.php', '_self', 'description'],  // a menu item
		['Newsletter Archives', '', 'http://www.therawdivas.com/HHH/archives.php', '_self', 'description'],  // a menu item
        ['Weekly Coaching Call', '', 'http://www.therawdivas.com/signup/CozyCoaching/', '_self', 'description'],  // a menu item
	],
    ['Retail Therapy', '', '', '_self', 'description',  // a menu item
		['Programs', '', 'http://www.therawdivas.com/solutions/index.php', '_self', 'description'],  // a menu item
		['Products', '', 'http://www.therawdivas.com/solutions/products.php', '_self', 'description'],  // a menu item
        ['Recipe E-Books', '', 'http://www.therawdivas.com/solutions/recipe-ebooks.php', '_self', 'description'],  // a menu item
		['The Divas Recommend', '', 'http://www.therawdivas.com/solutions/divas-recommend.php', '_self', 'description'],  // a menu item
	],
    ['Affiliates', '', '', '_self', 'description',  // a menu item
		['About Our Program', '', 'http://www.therawdivas.com/diamonds/index.php', '_self', 'description'],  // a menu item
		['Affiliate Sign Up', '', 'https://www.mcssl.com/SYS/?m=105742&c=s', '_self', 'description'],  // a menu item
        ['Affiliate Login', '', 'https://www.mcssl.com/SYS/?m=105742&c=l', '_self', 'description'],  // a menu item
	],
	['Community', '', '', '_self', 'description',   // a folder item
		['The Powder Room', '', 'http://www.therawdivas.com/thepowderroom/', '_self', 'description',  // a menu item
			['Register for Free', '', 'http://www.therawdivas.com/thepowderroom/profile.php?mode=register', '_self', 'description'],
			['Login', '', 'http://www.therawdivas.com/thepowderroom/login.php', '_self', 'description'],
		],
		['Event Calendar', '', 'http://www.therawdivas.com/calendar.php', '_self', 'description'],  // a menu item
    ],
];