var MENU_ITEMS = [
	['overview',	'index.html', null,
	],
	['news',	'news/news.html', null,
	],
	['projects',	'proj/proj.html', null,
	],
	['publications',	'pubs/pubs.html', null,
	],
	['multimedia',	'mmedia/mmedia.html', null,
	],
	['software',	'software/index.html', null,
		['CSD toolbox',   'software/CSDtoolbox/index.html', null,
    			['tutorial',	'software/CSDtoolbox/tutorial.html'],
   			['faq',		'software/CSDtoolbox/faq.html'],
   			['errors',		'software/CSDtoolbox/errors.html'],
		],
		['erpPCA.m',	'mmedia/kayser2003a/appendix.html'],
		['PolyRex',   'software/PolyRex/index.html'],
	],
	['facilities',	'facil/facil.html', null,
	],
	['team',		'team/team.html', null,
		['daniel alschuler',   'team/da.html'],
		['gerard bruder',	'team/gb.html'],
		['shiva fekri',   'team/sf.html'],
		['nathan gates',	'team/ng.html', null,
    		['biosketch',	'ng/ngbio.html'],
	    	['publications',	'ng/ngpub.html'],
		],
		['carlye griggs',	'team/cg.html'],
		['jürgen kayser',	'team/jk.html', null,
    		['biosketch',	'jk/jkbio.html'],
	    	['publications',	'jk/jkpub.html'],
		],
		['chris kroppmann',   'team/cjk.html'],
		['malarie mitchell', 'team/mm.html'],
		['craig tenke',      'team/ct.html', null,
   			['biosketch',		'ct/cetcv.html'],
    			['publications',	'ct/cetpubs.html'],
   			['expertise',		'ct/cetechcv.html'],
		],
	], 
	['links',		'links/link.html', null,
		['nyspi', 'http://www.nyspi.org/', null,
		 	['e-mail',		'https://pigw.cpmc.columbia.edu/'],
		 	['LATSnet',		'https://rfmhlats.cma.com/'],
		 	['NYSPI-IRB',	'https://irb.nyspi.org/'],
			['library',		'http://nyspi.org/library/'],
		],
		['literature',		'links/link.html#litresearch', null,
		 	['PubMedline',	'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi'],
			['PI e-journals','http://nyspi.org/library/EJOURNALS.htm'],
		 	['CU e-journals','http://www.columbia.edu/cu/lweb/eresources/ejournals'],
		 	['CLIO',		'http://www.columbia.edu/cu/lweb/eresources/clio.html'],
		],
		['societies',		'links/link.html#societies', null,
		 	['SPR',			'http://www.sprweb.org'],
			['SoBP',			'http://www.sobp.org/'],
			['DGPA',		'http://www.dgpa.de'],
			['IOP',			'http://www.iop-world.org'],
			['CNS',			'http://www.cogneurosociety.org'],
			['SfN',			'http://web.sfn.org'],
		],
		['affiliated',		'links/link.html#affiliated', null,
		 	['CEPL',		'http://cepl.nyspi.org'],
		 	['NKI',			'http://www.rfmh.org/nki'],
			['Dundee',		'http://www.dundee.ac.uk/psychology/research/neurodevel.html'],
		],
		['companies',		'links/link.html#companies', null,
		 	['BioSemi',		'http://www.BioSemi.com'],
		 	['CortechSolutions',	'http://www.cortechsolutions.com'],
			['EGI',			'http://www.egi.com'],
			['NeuroScan',	'http://www.neuroscan.com'],
		],
	],
	['jobs',		'jobs/jobs.html', null,
      ],
	['restricted',	'restricted/', null,
	],
];

    MENUB_ITEMS = [
	['overview',		'index.html', null,
	],
	['projects',		'proj/proj.html', null,
	],
	['publications',	'pubs/pubs.html', null,
	],
	['multimedia',		'mmedia/mmedia.html', null,
	],
	['facilities',		'facil/facil.html', null,
	],
	['team',			'team/team.html', null,
	], 
	['links',			'links/link.html', null,
	],
	['jobs',			'jobs/jobs.html', null,
      ],
];

var MENU_POS = [
{
	// item sizes
	'width':  80,
	'height': 20,
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': 260,
	'block_left': 14,
	// offsets between items of the same level
	'top': 21,
	'left': 0,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay':  50,
	'expd_delay':  50,
	'css' : {
		'inner' : 'minner',
		'outer' : ['moout', 'moover']
	}
},
{
	'width': 99,
	'block_top': -30,
	'block_left': 70
},
{
	'width': 106,
	'block_top': -10,
	'block_left': 80
}
];

    MENUB_POS = [
{
	// item sizes
	'width':  78,
	'height': 20,
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top':  784,
	'block_left': 112,
	// offsets between items of the same level
	'top': 0,
	'left': 78,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay':  50,
	'expd_delay':  50,
	'css' : {
		'inner' : 'minner',
		'outer' : ['moout', 'moover']
	}
}
];
