/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'index.html'],
		
	['About RTB', null, null,
		['Mission', 'mission.html'],
		['Organization', 'organization.html'],
		['Contact', 'contact.html'],
		],
	['Members', null, null,
		['Roster', 'roster.html'],
		['Login', 'login.html'],
		],
	['Programs', null, null,		
		['About CCL', 'ccl.html'],
		['Member Forum', 'login.html'],
		['New Product Sourcing', 'login.html'],
		['Monthly Marketing Flyers', 'login.html'],
		['RTB Bazaar', 'login.html'],
		//['RTB Manual Online', 'login.html'],
		
	],
	/*['Products', null, null,
		//['DVD Samples', 'login.html'],
		['Online Shopping List', 'onadthis.html'],
		],*/
	['Join RTB', null, null,
		['RTB Benefits', 'benefits.html'],
		['Member Qualifications', 'qualifications.html'],
		['New Member Application','RTBapplication2.html'],
		['Getting Connected', 'startup.html'],
		],
	['Events', null, null,
		['RTB Schedule', 'login.html'],
		['Industry Events', 'login.html'],
		],
	['News', null, null,
		['According To Ben', 'Blog/ben-blog.html'],
		['RTB Bulletin Board', 'login.html'],
		['Weekly Fax Archive', 'login.html'],
		],
	['Resources', null, null,
		['RTB Training Manual', 'login.html'],
		['RTB Training Videos', 'login.html'],
		['Important Links', 'login.html'],
		['Other Resources', 'login.html'],
		],
	['Click Here To Nominate New Member', 'nominate.html'],
	
	
];


