/*
  --- 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.tobykoenigsberg.com/', null,
	 	['links', 'http://www.tobykoenigsberg.com/links.php'],
	],
];

var MENU_ITEMS8 = [
	['e-mail list', 'http://www.tobykoenigsberg.com/emaillist/', null
	 ]
];

var MENU_ITEMS7 = [
	['publications', 'http://www.tobykoenigsberg.com/publications/', null
	 ]
	];

var MENU_ITEMS6 = [
	
	['education', 'http://www.tobykoenigsberg.com/education.php', null
	 ],
];

var MENU_ITEMS3 = [
	['downloads', 'http://www.tobykoenigsberg.com/downloads/', null
	 ]
];

var MENU_ITEMS2 = [
	['music', 'http://www.tobykoenigsberg.com/music/', null,
	 	['performance calendar', 'http://www.tobykoenigsberg.com/phpEventCalendar/'],
		['recordings', 'http://www.tobykoenigsberg.com/music/recordings/'],
		['audio samples', 'http://www.tobykoenigsberg.com/music/audio/'],
		['projects', 'http://www.tobykoenigsberg.com/music/projects.php'],
		
	],
];

var MENU_ITEMS4 = [
	['calendar', 'http://www.tobykoenigsberg.com/phpEventCalendar/', null
	 ]
];

var MENU_ITEMS5 = [
	['bio', 'http://www.tobykoenigsberg.com/bio/', null,
	 	['publicity photo (large)', 'http://www.tobykoenigsberg.com/bio/pubphotolarge.php'],
	 ]
];


var MENU_ITEMS9 = [
	['contact', 'http://www.tobykoenigsberg.com/contact/', null
	 ]
];

