/*
  --- 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 = [
	['<img src="/images/navigation/home.gif" width="200" height="40" border="0">', '/index.php', {'sb' : 'Home'},
	],
	['<img src="/images/navigation/aboutus.gif" width="200" height="40" border="0">', '/aboutus.php',  {'sb' : 'About Us'},
		['Who We Are', '/aboutus.php', {'sb' : 'Who We Are'}],
		['What We Do', '/whatwedo.php', {'sb' : 'What We Do'}],
		['Our Services', '/services.php', {'sb' : 'Our Services'}],
		['FAQ', '/faq.php', {'sb' : 'FAQ'}],
		['Press Room', '/collateral.php', {'sb' : 'Press Room'}],
	],
	['<img src="/images/navigation/retailmodel.gif" width="200" height="40" border="0">', '/retailmodel.php',  {'sb' : 'Retail Model'},
		['Overview', '/retailmodel.php', {'sb' : 'Overview'}],
		['Model Example', '/modelexample.php', {'sb' : 'Model Example'}],
		['Store Operations', '/storeoperations.php', {'sb' : 'Store Operations'}],
		['E-Commerce', '/ecommerce.php', {'sb' : 'E-Commerce'}],
		['Catalog Operations', '/catalogoperations.php', {'sb' : 'Catalog Operations'}],
		['Marketing', '/marketing.php', {'sb' : 'Marketing'}],
		['Merchandising', '/merchandising.php', {'sb' : 'Merchandising'}],
		['Distribution', '/distribution.php', {'sb' : 'Distribution'}],
		['Loss Prevention', '/lossprevention.php', {'sb' : 'Loss Prevention'}],
		['Human Resources', '/humanresources.php', {'sb' : 'Human Resources'}],
		['Information Technology', '/informationtechnology.php', {'sb' : 'Information Technology'}],
		['Finance', '/finance.php', {'sb' : 'Finance'}],
		['Real Estate', '/realestate.php', {'sb' : 'Real Estate'}],
	],
	['<img src="/images/navigation/library.gif" width="200" height="40" border="0">', '/library.php', {'sb' : 'Library'},
		['Research', '/bestpractices.php', {'sb' : 'Research'}],
		['Current Publications', '/library.php', {'sb' : 'Current Publications'}],
		['Upcoming Publications', '/library_future.php', {'sb' : 'Upcoming Publications'}],
	],
	['<img src="/images/navigation/retailconnections.gif" width="200" height="40" border="0">', '/retailconnections.php', {'sb' : 'Retail Connections'},
		['Overview', '/retailconnections.php', {'sb' : 'Overview'}],
		['Membership Registration', '/join_check.php', {'sb' : 'Membership Registration'}],
		['Member Forum', '/forum/', {'sb' : 'Member Forum'}],
	],
	['<img src="/images/navigation/revelations.gif" width="200" height="40" border="0">', '/retailrevelations.php', {'sb' : 'Retail Revelations'},
		['Overview', '/retailrevelations.php', {'sb' : 'Overview'}],
		['Buy Research', '/bestpractices.php', {'sb' : 'Buy Research'}],
		['Upcoming Benchmarks', '/benchmarks_upcoming.php', {'sb' : 'Upcoming Benchmarks'}],
//		['Study Registration', '/studies_register_choose.php', {'sb' : 'Study Registration'}],
//		['Report Options', '/reportoptions.php', {'sb' : 'Report Options'}],
		['Why Participate?', '/whyparticipate.php', {'sb' : 'Why Participate?'}],
//		['Membership Form', '/signup.php', {'sb' : 'Membership Form'}],
	],
	['<img src="/images/navigation/contactus.gif" width="200" height="40" border="0">', '/contactus.php', {'sb' : 'Contact Us'},
		['Office Locations', '/officelocations.php', {'sb' : 'Office Locations'}],
	],
	['<img src="/images/navigation/memberlogin.gif" width="200" height="40" border="0">', '/login.php', {'sb' : 'Member Log In'},
	],

];


