/*
  --- 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.
  With Tables, it's:
  ['Donate', 'http://www.membersforlife.org/stanford/schedule.php', {'tw' : '_top'}],
*/
var MENU_ITEMS = [
	['Donor Histories', null, null,
		['Daniel', null, null,
			['Current Year','view.php?name=Daniel&filter=2011'],
			['Full History','view.php?name=Daniel'],
			['Administration','edit.php?name=Daniel#bottom'],
		],
                ['Jeremy', null, null,
                        ['Current Year','view.php?name=Jeremy&filter=2011'],
                        ['Full History','view.php?name=Jeremy'],
                        ['Administration','edit.php?name=Jeremy#bottom'],
                ],
                ['Christine', null, null,
                        ['Current Year','view.php?name=Christine&filter=2011'],
                        ['Full History','view.php?name=Christine'],
                        ['Administration','edit.php?name=Christine#bottom'],
                ],
	],
	['Search Donors','search.php'],
	['Future Dates','/apheresis/dates.html'],
	['Nurse Contact','/apheresis/contact.html'],
	['Webmaster', '/contact.html'],
	['Register/Manage','admin.html'],
	['Bloodcenter', 'http://bloodcenter.stanford.edu/', null,
		['Inventory', 'http://bloodcenter.stanford.edu/news/inventory.html'],
		['Hours', 'http://bloodcenter.stanford.edu/bcinfo/hours.html'],
		['Donate', 'https://www.sbcdonor.org/index.cfm?group=registration&function=appointment&opID=0'],
		['Member Login', 'https://www.sbcdonor.org/index.cfm?group=login'],
	],
];


