/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var TREE_ITEMS = [
	['Home', 'index.html',
		['Main Section', 'javascript: trees[0].toggle(1)',
			['About 3ANet', 'about_us.html',
			],
			['3ANet Services', 'services.html',
			],
			['Our Portfolio', 'portfolio.html',			
			],
			['Our Technology Partners', 'partners.html',
			]
		],			
		['Sub Sections', 'javascript: trees[0].toggle(8)',			
			['3ANet Site Map', 'javascript:;',
			],
			['useful Links', 'links.html',
			],
			['Feedback Form', 'feedback.html',
			],
			['Addresses and Contact Info', 'addresses.html',
			]
		],
		]
];

