
// require sitelib.js, dhtml.js
// setting taxanomy data (for breadcrumb and menu)
// the file need to update for customisation
i = 0;


menuItem[i++] = new taxoObj( "home", "equeenox", "index.html", 
[
"words",
"visuals",
"comp",
"taste",
"stimuli"]);

	
menuItem[i++] = new taxoObj( "words", "words", "words/index.html", 
[
"essays",
"poems"]);

		
		
menuItem[i++] = new taxoObj( "essays", "essays", "words/essays/index.html", 
[]);

		
menuItem[i++] = new taxoObj( "poems", "poems", "words/poems/index.html", 
[]);
	
	
	
menuItem[i++] = new taxoObj( "visuals", "visuals", "visuals/index.html", 
[
"compart",
"graphics",
"3d",
"bookcover",
"ads",
"identity",
"ecards",
"sketches",
"motions",
"posters",
"photography",
"drawings",
"digital"]);

		
		
menuItem[i++] = new taxoObj( "compart", "comp.art", "visuals/compart/index.html", 
[]);

		
menuItem[i++] = new taxoObj( "graphics", "graphics", "visuals/graphics.html", 
[]);

		
menuItem[i++] = new taxoObj( "3d", "3d", "visuals/3d.html", 
[]);

		
menuItem[i++] = new taxoObj( "bookcover", "book cover", "visuals/bookcover.html", 
[]);

		
menuItem[i++] = new taxoObj( "ads", "ads", "visuals/ads.html", 
[]);

		
menuItem[i++] = new taxoObj( "identity", "identity", "visuals/identity/index.html", 
[]);

		
menuItem[i++] = new taxoObj( "ecards", "ecards", "visuals/ecards.html", 
[]);

		
menuItem[i++] = new taxoObj( "sketches", "sketches", "visuals/sketches.html", 
[]);

		
menuItem[i++] = new taxoObj( "motions", "motions", "visuals/motions.html", 
[]);

		
menuItem[i++] = new taxoObj( "posters", "posters", "visuals/posters.html", 
[]);

		
menuItem[i++] = new taxoObj( "photography", "photography", "visuals/photography/index.html", 
[]);

		
menuItem[i++] = new taxoObj( "drawings", "drawings", "visuals/drawings.html", 
[]);

		
menuItem[i++] = new taxoObj( "digital", "digital", "visuals/digital.html", 
[]);

	
	
menuItem[i++] = new taxoObj( "comp", "comp", "comp/index.html", 
[
"web"]);

		
menuItem[i++] = new taxoObj( "web", "web", "comp/web/index.html", 
[]);

	
	
	
menuItem[i++] = new taxoObj( "taste", "taste", "taste/index.html", 
[
"ingredients",
"friends"]);

		
menuItem[i++] = new taxoObj( "ingredients", "ingredients", "taste/ingredients/index.html", 
[]);
	
		
menuItem[i++] = new taxoObj( "friends", "friends", "taste/friends/index.html", 
[]);
			
	
	
menuItem[i++] = new taxoObj( "stimuli", "stimuli", "stimuli/index.html", 
[
"movies",
"musics",
"books"]);

		
menuItem[i++] = new taxoObj( "movies", "movies", "stimuli/movies/index.html", 
[]);
	
		
menuItem[i++] = new taxoObj( "musics", "musics", "stimuli/musics/index.html", 
[]);
			
		
menuItem[i++] = new taxoObj( "books", "books", "stimuli/books/index.html", 
[]);
			
		
	


menuNum = i;
