/*  --- 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', 'http://www.dukestores.duke.edu'	],	['Books', null, null,		['Textbook Store', 'http://www.dukestores.duke.edu/textbook.php'],		['Medical Center Store', 'http://www.dukestores.duke.edu/medical.php'],		['Gothic Bookshop', 'http://www.dukestores.duke.edu/gothic.php'],	],	['Computers', null, null,		['Computer Store', 'http://www.dukestores.duke.edu/cpustore/'],		['Computer Repair', 'http://www.dukestores.duke.edu/cpufix/'],	],	['Office Prod & Svcs', null, null,		['Copy Center', 'http://www.dukestores.duke.edu/ops/cc/'],		['Copier Leasing', 'http://www.dukestores.duke.edu/ops/copier_leasing.php'],	    ['Midrange Copiers', 'http://www.dukestores.duke.edu/ops/public_copiers.php'],	    ['Fax Services', 'http://www.dukestores.duke.edu/ops/fax_services.php'],	],	['Retail Stores', null, null,		['University Store', 'http://www.dukestores.duke.edu/retail/universitystore/'],	    ['Nasher Museum Store', 'http://www.dukestores.duke.edu/retail/nasherstore/'],		['Mail Order', 'http://www.dukestores.duke.edu/retail/mailorder/'],		['The Terrace Shop', 'http://www.dukestores.duke.edu/retail/terraceshop/'],		['Duke Team Store', 'http://www.dukestores.duke.edu/retail/teamstore/'],	],	['Food & Vending', null, null,		['Lobby Shop', 'http://www.dukestores.duke.edu/food/lobby_shop.php'],		['Uncle Harry\'s', 'http://www.dukestores.duke.edu/food/uncle_harrys.php'],		['East Campus Store', 'http://www.dukestores.duke.edu/food/east_campus.php'],		['Food & Drink Vending', 'http://www.dukestores.duke.edu/food/vending.php'],		['Office Coffee', 'http://www.dukestores.duke.edu/food/office_coffee.php'],		['Washers & Dryers', 'http://www.dukestores.duke.edu/food/washers.php'],	    ['Concessions', 'http://www.dukestores.duke.edu/food/concessions.php'],	],	['About Us', '/about/',	 	['Mission Statement', 'http://www.dukestores.duke.edu/about/mission.php'],		['Management Team', 'http://www.dukestores.duke.edu/about/management.php'],	    ['History', 'http://www.dukestores.duke.edu/about/history.php'],		['Organizational Chart', 'http://www.dukestores.duke.edu/about/organization.php'],		['Active Service', 'http://www.dukestores.duke.edu/about/active_service.php'],		['Yorkey-Rainey', 'http://www.dukestores.duke.edu/about/yorkey_rainey.php'],		['Community Initiatives', 'http://www.dukestores.duke.edu/about/stores_durham.php'],		['Stores Giving', 'http://www.dukestores.duke.edu/about/donations.php'],		['Sustainability', 'http://www.dukestores.duke.edu/about/sustainability.php'],	    ['Procedures', 'http://www.dukestores.duke.edu/procedures/'],		['Policy Manual', 'http://www.dukestores.duke.edu/Policies/toc.php'],		['Contact Us', 'http://www.dukestores.duke.edu/about/contact.php'],	],];