/* --- menu items --- */
var MENU_ITEMS = [

	['Clothing Drive', 'http://www.ruf.rice.edu/~amnesty/violence/clothesdrive.html', 
		['Where to donate', 'http://www.ruf.rice.edu/~amnesty/clothesdrive.html']
		],
	['Buy a Shirt!', 'http://www.ruf.rice.edu/~amnesty/violence/shirt.html'],
	['Links', 'http://www.ruf.rice.edu/~amnesty/links.html', 
	   ['VAW Links', 'http://www.ruf.rice.edu/~amnesty/violence/vawlinks.html'],
		['Other links', null,
		['general', 'http://www.ruf.rice.edu/~amnesty/links.html#general'],
		['children', 'http://www.ruf.rice.edu/~amnesty/links.html#children'],
		['death penalty', 'http://www.ruf.rice.edu/~amnesty/links.html#death'],
		['glbt', 'http://www.ruf.rice.edu/~amnesty/links.html#glbt'],
		['international law', 'http://www.ruf.rice.edu/~amnesty/links.html#intlaw'],
		['legislation', 'http://www.ruf.rice.edu/~amnesty/links.html#legislation'],
		['media', 'http://www.ruf.rice.edu/~amnesty/links.html#media'],
		['refugees', 'http://www.ruf.rice.edu/~amnesty/links.html#refugees'],
		['torture', 'http://www.ruf.rice.edu/~amnesty/links.html#torture'],
		['women', 'http://www.ruf.rice.edu/~amnesty/links.html#women'],
],],
	['About Amnesty', null,
		['What is Amnesty International?', null,
			['from AI USA', 'http://www.aiusa.org/about/'],
			['from AI', 'http://web.amnesty.org/web/aboutai.nsf'],
			['interactive timeline', 'http://www.web.amnesty.org/flash/40th/splash.html'],
		],
		['What do we do?', null,
			['campaigns-AI', 'http://www.amnesty.org/campaign/index.html'],
			['campaigns-AI USA', 'http://www.amnestyusa.org/issues/'],
		],
		['(Def.)HumanRights', null,
			['BBC world- I have a right to...', 'http://www.bbc.co.uk/worldservice/people/features/ihavearightto/'],
		],
		['Rice Group', null,
			['info about us', 'http://www.ruf.rice.edu/~amnesty/coord.html'],
			['our campaigns', null],
			['contact us', 'mailto:das@rice.edu'],			
			['rice u', 'http://www.rice.edu/'],
		],
	],
	
	['Home', 'http://www.ruf.rice.edu/~amnesty/index.html']
];


