/* 
	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 = 
[	
	['AEON GROUP', 'index.html', {'tw':'_self'},
		['Home','index.html',{'tw':'_self'}],
				
		['Mercurius', 'mercurius.htm', {'tw':'_self'},
			['Repertories', 'repertories.htm', {'tw':'_self'},
				['Complete 2012','cr2012.htm',{'tw':'_self'}],
				['Complete Classics','crclass.htm',{'tw':'_self'}],
				['Kent','kent.htm',{'tw':'_self'}],
				['Boenninghausen','boenninghausen.htm',{'tw':'_self'}],
				['Boger-Boenn.','bogerboen.htm',{'tw':'_self'}],
				['Elements','repertory-of-the-elements.htm',{'tw':'_self'}],
			],
			['Materia Medicae','supported_mmedicae.htm',{'tw':'_self'}],
			['Help system','helpeng/index.html',{'tw':'_blank'}],
			['Searching','searching.htm',{'tw':'_self'}],		
			['Book repertory','repbook.htm',{'tw':'_self'}],
			['Using desktops','desktop.htm',{'tw':'_self'}],
			['Symptoms work','filters.htm',{'tw':'_self'}],
			['Symptoms analysis','analysis.htm',{'tw':'_self'}],
			['Synthetic MM','materia.htm',{'tw':'_self'}],
			['Families','families.htm',{'tw':'_self'}],
		],
		['Screenshots', 'screenshots.htm', {'tw':'_self'},
			['Main window','mainscr.htm',{'tw':'_self'}],		
			['Repertory browser','repscr.htm',{'tw':'_self'}],		
			['Analysis tabsheet','analysisscr.htm',{'tw':'_self'}],		
			['MM browser','mmbrowserscr.htm',{'tw':'_self'}],		
			['MM search','mmsearchscr.htm',{'tw':'_self'}],		
			['Remedy families','familiesscr.htm',{'tw':'_self'}],		
			['Synthetic MM','synmmscr.htm',{'tw':'_self'}],
			['Patient man. 1','pms1.htm',{'tw':'_self'}],
			['Patient man. 2','pms2.htm',{'tw':'_self'}],
			['Patient man. 3','pms3.htm',{'tw':'_self'}],
			['Patient man. 4','pms4.htm',{'tw':'_self'}],
		],
		['Tutorials', 'tutorials.htm', {'tw':'_self'},
			['Repertorization outline','video/repoutline/repoutline.html',{'tw':'_self'}],
			['Basic operations','video/video2.htm',{'tw':'_self'}],		
			['Adv. search options','video/video1.htm',{'tw':'_self'}],		
			['Homeo. case analysis','video/video3a.htm',{'tw':'_self'}],		
			['Desktop management','video/video3.htm',{'tw':'_self'}],		
			['Synth. materia medica','video/video4.htm',{'tw':'_self'}],		
			['Remedy families','video/video5.htm',{'tw':'_self'}],		
			['Repertory browser','video/video6.htm',{'tw':'_self'}],
			['MM Explorer','helpeng/mmexp1b/mmexp1b.html',{'tw':'_self'}],
			['PMS basics','video/pmsvideo1.html',{'tw':'_self'}],
			['PMS diagnosis','video/pmsvideo2.html',{'tw':'_self'}],
			['PMS treatment','video/pmsvideo3.html',{'tw':'_self'}],
			['PMS reports','video/pmsvideo4.html',{'tw':'_self'}],
			['PMS searching','video/pmsvideo5.html',{'tw':'_self'}],
			['MM Editor','video/mmeditor01.html',{'tw':'_self'}],
		],
		['Order Professional','order.htm',{'tw':'_self'}],
		['Order Basic','mercurius_basic.htm',{'tw':'_self'}],
		['Articles','articles.htm',{'tw':'_self'}],
		['HELP system','helpeng/index.html',{'tw':'_blank'}],
		['FREE download','free_download.htm',{'tw':'_self'}],
		['Link to us','link_us.htm',{'tw':'_self'}],
		['FAQ','faq.htm',{'tw':'_self'}],
		['User comments','user_comments.htm',{'tw':'_self'}],
		['Contact','contact.htm',{'tw':'_self'}],
		
	]
];

