// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['HOME','index.html', {'null' : 'content'}],
	['WHO WE ARE', null, null,
	 		['Our Mission','01a_whoweare.html', {'null' : 'content'}],
			['History','01b_whoweare.html', {'null' : 'content'}],
			['Our Team','01c_whoweare.html', {'null' : 'content'}],
			['Our Territory','01d_whoweare.html', {'null' : 'content'}]
	 ],
	['SERVICES', null, null,	
		['Counseling', null, null,
			 	['Telephone Assistance','03d_services.html', {'null' : 'content'}],
			    ['Family Support Program','03b_services.html', {'null' : 'content'}],
				['Hospital Liaison - Lakeshore General Hospital','03e_services.html', {'null' : 'content'}]
		],
		['Training for Families', null, null,
		       ['CAP Schizophrenia','03o_services.html', {'null' : 'content'}],
			 	['Family-to-Family Education Program (NAMI)','03a_services.html', {'null' : 'content'}],
			    ['Borderline Personality Training for Families','03f_services.html', {'null' : 'content'}]
		],
		['Support Groups', null, null,
				['Personality Disorder Support Group','03i_services.html', {'null' : 'content'}],
			    ['Other Support Groups','03m_services.html', {'null' : 'content'}]
		],
		['Respite', null, null,
			 	['Art Therapy','03g_services.html', {'null' : 'content'}],
			    ['Respite','03c_services.html', {'null' : 'content'}]
		],
		['Workshops for children', null, null,
			 	['Anna Workshops','03k_services.html', {'null' : 'content'}]
			   
		],
	],
	['NEWSLETTER','04_newsletter.html', {'null' : 'content'},	
	        ['Friendly Link Fall 10','newsletters/fall2010linkeng.pdf', {'tw' : '_blank'}],
	        ['Friendly Link Summer 10','newsletters/summer2010linkeng.pdf', {'tw' : '_blank'}],
	        ['Friendly Link Spring 10','newsletters/spring2010linkeng.pdf', {'tw' : '_blank'}],
	        ['Friendly Link Winter 10','newsletters/winterlink10eng.pdf', {'tw' : '_blank'}],
	        ['Friendly Link Fall 09','newsletters/falllink09eng.pdf', {'tw' : '_blank'}],
	        ['Friendly Link Summer 09','newsletters/summerlink09eng.pdf', {'tw' : '_blank'}],
	        ['Friendly Link Spring 09','newsletters/springlink09eng.pdf', {'tw' : '_blank'}],
	        ['Friendly Link Winter 09','newsletters/winterlink09eng.pdf', {'tw' : '_blank'}],
			['Friendly Link Fall 08','newsletters/fallenglink08.pdf', {'tw' : '_blank'}],
			['Friendly Link Summer 08','newsletters/Summer2008EngLinkpdf.pdf', {'tw' : '_blank'}],
			['Friendly Link Spring 08','newsletters/EngSpringLink2008.pdf', {'tw' : '_blank'}],
			['Friendly Link Winter 08','newsletters/engwinterlink08.pdf', {'tw' : '_blank'}]
			
	],
	['ACTIVITIES','05_activities.html', {'null' : 'content'},
	        ['September Activities','05a_activities.html', {'null' : 'content'}],
			['October Activities','05b_activities.html', {'null' : 'content'}],
			['November Activities','05c_activities.html', {'tw' : '_blank'}]
	 ],
	['RESOURCES','06_resources.html', {'null' : 'content'},
	 		['Follow up and Assistance','06a_resources.html', {'null' : 'content'}],
			['Crisis Centre','06b_resources.html', {'null' : 'content'}],
			['Day Centres','06d_resources.html', {'null' : 'content'}],
			['Housing Resources','06e_resources.html', {'null' : 'content'}],
			['Work/Training','06f_resources.html', {'null' : 'content'}],
			['Resource Guide','06g_resources.html', {'tw' : '_blank'}]
	 ],
	['MEMBERSHIP','07_membership.html', {'null' : 'content'}],
	['DONATIONS',null, null,
			    ['Donations','02_donations.html', {'null' : 'content'}],
				['Donors','02a_donations.html', {'null' : 'content'}]
	],
	['PUBLICATIONS','08_publications.html', {'null' : 'content'},
		['Guide', null, null,
			['Coping with Mental Illness','publications/coping_with_mental_illness.pdf', {'tw' : '_blank'}],
		],
		['Articles', null, null,
		    ['Anxiety Disorders', null, null,
			 	['Anxiety Disorders','articles/50anxietydisorders.html', {'null' : 'content'}]
			 ],
			['Celebrities and mental illness', null, null,
				['Celebrities with a Mental Illness','articles/27.html', {'null' : 'content'}],
				['Celebrities with a Mental Illness','articles/28.html', {'null' : 'content'}]
			 ],
			['Eating Disorders', null, null,
			 	['Eating Disorders','articles/49eatingdisorders.html', {'null' : 'content'}]
			],
			['How to better cope', null, null,
			    ['Assertiveness for the Caregiver','articles/44assertiveness.html', {'null' : 'content'}],
			 	['Having Good Mental Health','articles/42.html', {'null' : 'content'}],
				['How to Better Communicate With Your Loved One','articles/25.html', {'null' : 'content'}],
				['How to Deal With Embarrassing Behavior','articles/24.html', {'null' : 'content'}],
				['Learning to let go: recognizing family grief and mental illness','articles/55lettinggo.html', {'null' : 'content'}],
				['Limits and Boundaries;why set them?','articles/56boundaries.html', {'null' : 'content'}],
				['Tips on Communicating With a Mentally Ill Person','articles/41.html', {'null' : 'content'}],
				['Setting limits','articles/15.html', {'null' : 'content'}],
				['Suggestions to Make to Those Who Hear Voices','articles/10.html', {'null' : 'content'}],
				['Violence and Mental Illness','articles/06.html', {'null' : 'content'}],
				['What Can I do to Minimize The Relapses ...','articles/05.html', {'null' : 'content'}],
				['What to do in a Crisis...','articles/03.html', {'null' : 'content'}]
			 ],
			['Medication', null, null,
			 	['Review "I am not sick I don"t need help!"','articles/29.html', {'null' : 'content'}],
				['Interactions Between Medications','articles/46medicationinteraction.html', {'null' : 'content'}],
				['New Medications','articles/57newmedication.html', {'null' : 'content'}],
				['Refusal to Take Medication','articles/18.html', {'null' : 'content'}]
			 ],
			['Mood disorders', null, null,
			 	['Depression - what is it?','articles/26.html', {'null' : 'content'}],
				['Seasonal Depression and the Circadian Cycle','articles/16.html', {'null' : 'content'}],
				['Winter Blues Seasonal Affective Disorder','articles/01.html', {'null' : 'content'}]
			 ],
			['Personality Disorder', null, null,
			 	['What is a Personality Disorder?','articles/04personality disorder.html', {'null' : 'content'}],
				['Treatment for Borderline Personality Disorder?','articles/54bpdtreatment.html', {'null' : 'content'}]
			 ],
			['Schizophrenia', null, null,
			 	['Signs of Relapse in Schizophrenia','articles/13.html', {'null' : 'content'}],
				['Schizophrenia','articles/48Schizophrenia.html', {'null' : 'content'}]
			 ],
			['Stress Management', null, null,
			 	['Acting as if There is no Conflict','articles/31.html', {'null' : 'content'}],
				['Butterfly Chaser','articles/35.html', {'null' : 'content'}],
				['Late For Work...','articles/11.html', {'null' : 'content'}],
				['Mars and Venus as Parents','articles/36.html', {'null' : 'content'}],
				['Meditation and the Voice of the Heart','articles/23.html', {'null' : 'content'}],
				['Preventing Stress','articles/20.html', {'null' : 'content'}],
				['Signs of Burn-Out','articles/14.html', {'null' : 'content'}],
				['Stress Management','articles/12.html', {'null' : 'content'}],
				['Taking Care of Ourselves and Others','articles/09.html', {'null' : 'content'}],
				['What to do when all is black & life seems...','articles/02.html', {'null' : 'content'}]
				
			 ],
			['Suicide', null, null,
			    ['A Cry For Help','articles/59cryforhelp.html', {'null' : 'content'}],
			 	['Does Your Loved One Have A SAFETY PLAN?','articles/53safetyplan.html', {'null' : 'content'}],
				['Preventing Suicide','articles/19.html', {'null' : 'content'}]
			 ],
			['Other', null, null,
			 	['Benefits of Independent Living','articles/43.html', {'null' : 'content'}],
				['Confidentiality and Mental Illness','articles/45confidentiality.html', {'null' : 'content'}],
				['Mental Illness Awareness Week','articles/22.html', {'null' : 'content'}],
				['Plan of Action for 2005-2010','articles/40.html', {'null' : 'content'}],
				['Requesting a Psychiatric Evaluation','articles/17.html', {'null' : 'content'}],
				['The Role of Codependence and Mental Health','articles/60roleofcodependence.html', {'null' : 'content'}],
				['Thoughts From An Ex-Community Worker','articles/39.html', {'null' : 'content'}],
				['What Happens After the Request?','articles/47whathappensaftercourtorder.html', {'null' : 'content'}]
			 ],
			['Testimonials', null, null,
			 	['A Piece of me: Growing up','articles/30.html', {'null' : 'content'}],
				['My Son has Been Diagnosed With Schizophrenia','articles/33.html', {'null' : 'content'}],
				['Role of the Relative Breaking Down the Stigma','articles/07.html', {'null' : 'content'}]
			 ]
		]
	],
    ['FINANCIAL MATTERS','13_finance.html', {'null' : 'content'},	 		
			    ['Registered Disability Savings Plan','http://www.cra-arc.gc.ca/tx/ndvdls/tpcs/rdsp-reei/menu-eng.html', {'tw' : '_blank'}],
			    ['Major Welfare Changes in 2007','13a_finance.html', {'null' : 'content'}],
				['2010 Benefit Amounts for Social Assistance and Social Solidarity','13b_finance.html', {'null' : 'content'}],
				['Planned Lifetime Advocacy Network (PLAN)','http://www.plan.ca/', {'tw' : '_blank'}],
				['The Disability Tax Credit (DTC)','13c_finance.html', {'null' : 'content'}]
	 ],
	['LEGAL MATTERS','14_legal.html', {'null' : 'content'}, 		
			    ['Confidentiality','14a_legal.html', {'null' : 'content'}],
			    ['New Mental Health Court In Montreal','14b_legal.html', {'null' : 'content'}],
				['Urgence Psychosociale-Justice','14c_legal.html', {'null' : 'content'}], 
				['Requesting a Psychiatric Evaluation','17_psychevaluation.html', {'null' : 'content'}]
	 ],			
	 ['PUBLIC AWARENESS',null, null,
	            ['High School Educational Awareness Program','16_publicawareness.html', {'null' : 'content'}],
			    ['Quebec Campaign','16a_publicawareness.html', {'null' : 'content'}],
				['Mental Health Commission of Canada','16b_publicawareness.html', {'null' : 'content'}],
			    ['Mental Illness Awareness Week','16c_publicawareness.html', {'null' : 'content'}],
				['National Mental Health Week','16d_publicawareness.html', {'null' : 'content'}]
	],
	 ['PSYCHIATRIC EVALUATION',null, null,
	  ['Psychiatric Evaluation','17_psychevaluation.html', {'null' : 'content'}],
	  ['What Happens At The Hospital After A Court Order','17a_psychevaluation.html', {'null' : 'content'}]
	  ],
	['LINKS','09_links.html', {'null' : 'content'}],
	['CONTACT US','10_contactus.html', {'null' : 'content'}],
	['SITE MAP','11_sitemap.html', {'null' : 'content'}],
	['FRANCAIS','../french/index.html', {'null' : 'content'}]
];