/* 
	the format of the tree definition file is simple,
	you can find specification in the product documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu_pro/docs/#hierarchy
*/

var TREE_ITEMS_HOME =
[	
	['Home', 'm_home.html', {'tw':'info_area'},
	    ['Company', 'm_about_us.html',{'tw':'info_area'},
			['About us','m_about_us.html',{'tw':'info_area'}],
            ['Contacting us','m_contacting_us.html',{'tw':'info_area'}],
			['Credentials','m_credentials.html',{'tw':'info_area'}],
     		['Clients','m_clients.html',{'tw':'info_area'}],
			['Terms of service','m_terms_of_service.html',{'tw':'info_area'}]
		],
		['Services', 'm_services_overview.html',{'tw':'info_area'},
			['Consultancy', 'm_consultancy_services.html', {'tw':'info_area'}],
			['Electronic design', 'm_electronic_design.html', {'tw':'info_area'}],
			['Software design', 'm_software_design.html', {'tw':'info_area'}],
			['Data communications', 'm_comms_design.html', {'tw':'info_area'}],
			['Manufacture', 'm_manufacture.html', {'tw':'info_area'}],
			['Validation & Verification','m_verification.html',{'tw':'info_area'}],
            ['Documentation Creation','m_documentation.html',{'tw':'info_area'}]
		],
		['Products','m_products_overview.html',{'tw':'info_area'},
			['General purpose IO','under_construction.html',{'tw':'info_area'}],
			['MIDI equipment','under_construction.html',{'tw':'info_area'}],	
		],
		['Known issues','m_issues_intro.html',{'tw':'info_area'},
            ['This web site','m_issues_web_site.html',{'tw':'info_area'}],
			['Electronic products','m_issues_e_products.html',{'tw':'info_area'}],
			['Software products','m_issues_sw_products.html',{'tw':'info_area'}]
		],
		['Links','m_credits.html',{'tw':'info_area'}],
		
/*		['Top frame','links.html',{'tw':'_top'}],
		['New window','links.html',{'tw':'_blank'}],
		['Window named frames', 0, 0,
			['Top frame','links.html',{'tw':'top_frame'}],		
			['Left Frame','links.html',{'tw':'left_frame'}],
			['Right frame','links.html',{'tw':'right_frame'}],
			['Bottom frame','links.html',{'tw':'bottom_frame'}],
		
		],*/
	]
];

var TREE_ITEMS_COMPANY =
[	
	    ['Company', 'm_about_us.html',{'tw':'info_area'},
			['About us','m_about_us.html',{'tw':'info_area'}],
            ['Contacting us','m_contacting_us.html',{'tw':'info_area'}],
			['Credentials','m_credentials.html',{'tw':'info_area'}],
     		['Clients','m_clients.html',{'tw':'info_area'}],
			['Terms of service','m_terms_of_service.html',{'tw':'info_area'}]
		],
];

var TREE_ITEMS_SERVICES =
[	
		['Services', 'm_services_overview.html',{'tw':'info_area'},
			['Consultancy', 'm_consultancy_services.html', {'tw':'info_area'}],
			['Electronic design', 'm_electronic_design.html', {'tw':'info_area'}],
			['Software design', 'm_software_design.html', {'tw':'info_area'}],
			['Data communications', 'm_comms_design.html', {'tw':'info_area'}],
			['Manufacture', 'm_manufacture.html', {'tw':'info_area'}],
			['Validation & Verification','m_verification.html',{'tw':'info_area'}],
			['Documentation Creation','m_documentation.html',{'tw':'info_area'}],	
		]
];

var TREE_ITEMS_PRODUCTS = 
[	
		['Products','m_products_overview.html',{'tw':'info_area'},
			['General purpose IO','under_construction.html',{'tw':'info_area'}],
			['MIDI equipment','under_construction.html',{'tw':'info_area'}],	
		],
	
];