/*
  --- menu items --- 
  Tigra menu v2 from www.softcomplex.com
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['HOME', 'index.html', null,		
	],
	['BIO', 'bio.html', null,		
	],
	['SERVICES', 'services.html', null,		
	],
	['PROJECTS', null, null,
		['Kakapo', 'prjkakapo.html'],
		['Paradise', 'prjparadise.html'],
	],
	['GALLERY', 'galfilm.html', null,
	],
	['DVD STORE', null, null,
		['Buy DVDs', 'dvdstore.html'],
		['Terms', 'dvdstoreterms.html'],			
	],
	['CONTACT', 'contact.html', null,
	],
	['BLOG', 'http://elwinproductions.blogspot.com', null
	],	
];








