/*
  --- 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 = [
	
	['Services', null, null,
		['Main', 'index.html',],
		['Corporate', 'corporate.html', null,],
		['Wedding', 'weddings.html',],		
	],
	
	['Testimonials', null, null,
		['Corporate Testimonials', 'corporate-test-canard.html'],
		['Happy Newlyweds', 'happynlwds-spad.html'],
		['Wedding Planners', 'weddingplanners-claudia.html'],
	],
	
		['&nbsp;&nbsp;&nbsp;Press', null, null,
		['New York Magazine', 'press-weddings.html'],
		['Manhattan Bride', 'press-manhattanbride.html'],
		['Modern Bride', 'press-modernbride.html'],
		['Bridal Guide', 'press-bridalguide.html'],
		['DJ Times', 'press-djtimes.html'],
	],

	['Closer Look', null, null,
		['Team CDJ', 'team-cdj-john.html'],
		['Demo Schedule', 'demoschedule.php'],
		['Audio Samples', 'audio-80.html'],
		['Videos', 'video.html',],
		['Blog', 'blog.html',],
	],
	
	['Guidance', null, null,
		['Wedding Guidance', 'guidance1.html'],
		['Artist List', 'artists.html'],
		['Clients Only', 'http://www.cdjmusic.djintelligence.com/client', {'tw' : '_blank'}],
	],
	
	['Contact', null, null,
		['Availability', 'http://www.cdjmusic.djintelligence.com/availability', {'tw' : '_blank'}],
		['Contact', 'contact.html'],
		['Press Kit','presskit.html'],
	],
	
];

