/*
  --- 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.php?location=index', {'tw' : '_parent'}],
	['2010 Team',, {'tw' : '_parent'},
		['Officers','index.php?location=officers', {'tw' : '_parent'}],
		['Locations','index.php?location=contacts', {'tw' : '_parent'}],
		['Paddling','index.php?location=paddling', {'tw' : '_parent'}],
		['Rules','index.php?location=rules', {'tw' : '_parent'}],
	],
	
	['CE98 Fall DeCal','index.php?location=concretedecal', {'tw' : '_parent'}],
	['Sponsorship','index.php?location=sponsor', {'tw' : '_parent'}],
	['Alumni','index.php?location=alumni', {'tw' : '_parent'}],
	['Links','index.php?location=links',{'tw' : '_parent'}],
	['History','index.php?location=history',{'tw' : '_parent'},
	    ['General CC History','index.php?location=history',{'tw' : '_parent'}],
	    ['2001','http://www.ce.berkeley.edu/~canoe/2001.htm',{'tw' : '_parent'}],
	    ['2002','http://www.ce.berkeley.edu/~canoe/canoe2002.htm',{'tw' : '_parent'}],
	    ['2003','http://www.ce.berkeley.edu/~canoe/canoe2003.htm',{'tw' : '_parent'}],
	    ['2004','http://www.ce.berkeley.edu/~canoe/canoe2004.htm',{'tw' : '_parent'}],
	    ['2005','index.php?location=2005history',{'tw' : '_parent'}],
	    ['2006','index.php?location=2006history',{'tw' : '_parent'}],
	    ['2007','index.php?location=2007history',{'tw' : '_parent'}],
	    ['2008','index.php?location=2008history',{'tw' : '_parent'}],
	    ['2009','index.php?location=2009history',{'tw' : '_parent'}],
	 ],
];