// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['HOME', 'index.html',
	],
	['ABOUT', 'about.html', {'bw' : 120},
		['About','about.html'],
		['  ', null, {'sh' : 15}],
		['Testimonials','testimonials.html'],
		['References','references.html'],
		['  ', null, {'sh' : 15}],
		['Resume','resume/em_resume.pdf', { 'tw' : 'blank' } ],
		['Skill Set','skillset.html'],
		['Photoshop Work', 'thework_photoshop.html'],
		['  ', null, {'sh' : 15}],
		['Featured Work  -->', 'featured.html', {'bw' : 150, 'bl' : 120},
			['"Raising the Bar"', 'featured_raising_the_bar.html'],
			['OceanPay/NCL Brochure', 'featured_op_ncl.html'],
			['That Cool Café Branding','featured_tcc.html'],
			['SpellAfrica Initiative','clients_spellafrica.html'],
			['  ', null, {'sh' : 15}],
			['Pro Bono','http://www.empowergraphics.net/probono.html'],
		],
		['  ', null, {'sh' : 15}],
		['eBlasts  -->','eblasts.html', {'bw' : 80, 'bl' : 120},
			['05-11','eblasts/05-11eblast.html', { 'tw' : 'blank' } ],
			['03-11','eblasts/03-11eblast.html', { 'tw' : 'blank' } ],
			['01-11','eblasts/01-11eblast.html', { 'tw' : 'blank' } ],
			['11-10','eblasts/11-10eblast.html', { 'tw' : 'blank' } ],
			['09-10','eblasts/09-10eblast.html', { 'tw' : 'blank' } ],
			['06-10','eblasts/06-10eblast.html', { 'tw' : 'blank' } ],
			['03-10','eblasts/03-10eblast.html', { 'tw' : 'blank' } ],
			['12-09','eblasts/12-09eblast.html', { 'tw' : 'blank' } ],
			['10-09','eblasts/10-09eblast.html', { 'tw' : 'blank' } ],
			['08-09','eblasts/08-09eblast.html', { 'tw' : 'blank' } ],
			['06-09','eblasts/06-09eblast.html', { 'tw' : 'blank' } ],
		],
		['Subscribe','subscribe.html'],
	],
	['SERVICES', 'services.html',
	],
	['PORTFOLIO', 'portfolio.html', null,
		['Featured Work  -->', 'featured.html', null,
			['"Raising the Bar"', 'featured_raising_the_bar.html'],
			['OceanPay/NCL Brochure', 'featured_op_ncl.html'],
			['That Cool Café Branding','featured_tcc.html'],
			['SpellAfrica Initiative','clients_spellafrica.html'],
			['  ', null, null],
			['Pro Bono','probono.html'],
		],
		['  ', null, {'sh' : 15}],
		['Ads', 'thework_ads.html'],
		['Brochures', 'thework_brochures.html'],
		['Folders', 'thework_folders.html'],
		['Identity', 'thework_identity.html'],
		['Logos', 'thework_logos.html'],
		['Mailers/Postcards', 'thework_mailers.html'],
		['Miscellaneous', 'thework_misc.html'],
		['Newsletters', 'thework_newsletters.html'],
		['Point of Sale','thework_pos.html'],
		['Web Sites', 'thework_web-sites.html'],
		['  ', null, {'sh' : 15}],
		['Photoshop Work', 'thework_photoshop.html'],
		['  ', null, {'sh' : 15}],
		['Copy Writing/Tag Lines', 'thework_copy.html'],
	],
	['CLIENTS', 'clients.html', null,
		['SHORT LIST', 'clients.html'],
		['  ', null, {'sh' : 15}],
		['Boca Raton Preparatory', 'clients_bocaprep.html'],
		['Chris Evert Classic', 'clients_chrisevert.html'],
		['DiveWise', 'clients_divewise.html'],
		['Leukemia Society', 'clients_leukemia.html'],
		['MariaMaria', 'clients_mariamaria.html'],
		['MoonDoggies', 'clients_moondoggies.html'],
		['Simply Organic', 'clients_simplyorganic.html'],
		['SpellAfrica Initiative','clients_spellafrica.html'],
		['That Cool Yogurt Co.', 'clients_thatcoolcafe.html'],
		['Tutor Time', 'clients_tutortime.html'],
	],
	['CONTACT', null, {'bw' : 100},
		['Email Me', 'mailto:eric@empowergraphics.net'],
		['Contact Info','contact.html'],
		['Subscribe','subscribe.html'],
		['  ', null, {'sh' : 15}],
		['Pay with PayPal', 'paypal.html'],
	],
];
