var TREE1_BASE = ''
var TREE1_NODES = [
	['home', TREE1_BASE+'index_en.html', null,
	],
	['', null, null],
	['company', TREE1_BASE+'company.html', null,
 		 ['philosophy', TREE1_BASE+'philosophy.html', null],
		 ['brand', TREE1_BASE+'portfolio.html', null],
		 ['market', TREE1_BASE+'market.html', null],
		 ['manufacturing', TREE1_BASE+'manufacturing.html', null],
		 ['news', TREE1_BASE+'news.html', null],
	],
	['', null, null],
	['products', TREE1_BASE+'products.html', null, 
		     ['shootings', TREE1_BASE+'shootings.html', null,
			['energy drink', TREE1_BASE+'shooting_energydrink.html', null],
			['sugarfree', TREE1_BASE+'shooting_sugarfree.html', null]   
		     ],
		     ['formats', TREE1_BASE+'formats.html', null],
		     ['specifications', TREE1_BASE+'specifications.html', null],
	         ['ingredients', TREE1_BASE+'ingredients.html', null,
			['taurine', TREE1_BASE+'taurine.html', null],
			['guaranį', TREE1_BASE+'guarana.html', null],
			['vitamins', TREE1_BASE+'vitamins.html', null]
 		 ],
	],
	['', null, null],
	['marketing', TREE1_BASE+'marketing.html', null,
         	 ['platform', TREE1_BASE+'platform.html', null],
         	 ['advertising', TREE1_BASE+'ads.html', null],
        	 ['videos', TREE1_BASE+'videos.html', null],
         	 ['items', TREE1_BASE+'items.html', null],
         	 ['best practice', TREE1_BASE+'bestpractice.html', null]
	],
	['', null, null],
	['contact', TREE1_BASE+'contact.html', null,
	 ['distributors', TREE1_BASE+'distributors.html', null,
	   ['wanted', TREE1_BASE+'wanted.html', null]
  	 ],
	],
	['', null, null],
	['faq', TREE1_BASE+'faq.html', null,
 	],
	['', null, null],
	['sitemap', TREE1_BASE+'sitemap.html', null,
 	],

	['', null, null],
];
