/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = 
    [
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home', 'index.htm', null,
	],
	['|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Services', null, null,
		['Business', 'servicesForBusiness.htm', null, 
				['Feng Shui Consultations','whatIsFengShui.htm',null],
				['Geopathic Stress Clearing','what_is_gs.htm',null],
				['Next Level Success','spatialBalancing_Biz.htm',null],
				['Testimonials','testimonials_2.htm',null],
				['Results','spatialBalancing_Business_net.htm',null],
				['Maintenance Plans','servicesForBusiness.htm#maintenance',null]
		],
		['Homes', 'servicesForHomes.htm', null,
			['Feng Shui Consultations','FSconsultations.htm',null],
			['Energetic space Clearing','spatialBalancing_Homes.htm',null],
			['Blessing Ceremonies','blessingceremonies.htm',null],
			['Phone Consultations','servicesphone.htm',null]
		],
		['Personal Use', 'servicesForPersonalUse.htm', null,
                 ['Healing Sessions', 'personalHealingSessions.htm',null,
                   ['LaHoChi Healing','LaHoChi.htm',null],
                   ['Reiki Healing','what_is_reiki.htm',null]
                 ],
                 ['Energetic Boot Camp', 'boot_camp_whoosh.htm',null,
                         ['Energetic Boot Camp', 'boot_camp_whoosh.htm',null],
                         ['Whoosh Empowerment','boot_camp_empowerment.htm',null],
                         ['whoosh Healing','boot_camp_whoosh_healing.htm',null],
                         ['Whoosh Resilient Heart','boot_camp_resilience.htm',null]
                 ],
                 ['Blessing Ceremonies', 'blessingceremonies.htm',null],
                 ['Birthing Circles', 'servicesForPersonalUse.htm#birthing_circles',null],
                 ['Intuitive Guide','intuitive_guide.htm',null] 
                ]
	],
	['|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Classes', null, null,
		['Special Classes', 'specialClasses.htm',null,
                  ['Fast Track Feng Shui','specialClasses.htm',null],
                  ['Finding Your Soulmate','specialClasses.htm#soulmate',null],
                  ['Circle of Friends','specialClasses.htm#circle_of_friends',null]
                ],
		['Professional Courses','classSchedule.htm',null,
                  ['Reiki Practitioner','InteriorAlignment_10_04.htm',null],
                  ['Feng Shui Practitioner','InteriorAlignment_10_04.htm',null],
                  ['Sacred Space Clearing Practitioner','InteriorAlignment_7_04.htm',null],
                  ['Interior Alignment(2) Practitioner','InteriorAlignment_7_04.htm#sacred',null]
                ],
		['Mentorship Program','mentorship.htm',null],
		['Master Teacher',"teachersBiosBrenda.htm",null,
                  ['Testimonials','testimonials_1.htm',null]
                ]
	],
	['|Brenda PanTango', null, null,
		['Introducing ... Brenda', 'brendamoody.htm',null,
                  ['Teacher','teachersBiosBrenda.htm',null],
                  ['Speaker','speaker.htm',null],
                  ['Healer / Coach','coach_healer.htm',null],
                  ['Intuitive Guide','intuitive_guide.htm',null],
                  ['Project Leader','project_leader.htm',null]
                ],
		['Testimonials', 'testimonials_2.htm',null],
		['Resume of Teachers', "brenda's_teachers.htm",null]
	],
	['|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FAQ', null, null,
		['What is Feng Shui', 'whatIsFengShui.htm',null],
		['Questions & Answers', 'qa.htm',null],
		['Feng Shui Tips', 'FStips.htm',null],
		['What is Reiki', 'whatisreiki.htm',null]
	],
	['|&nbsp;Geopathic Stress', null, null,
		['What is GS', 'whatisgs.htm',null],
                ['Correcting Problems','correcting_problems.htm',null],
		['Raising Consciousness', 'howitworks.htm']
	],
	['|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mission', null, null,
		['Mission Statement','missionstatement.htm',null],
		['About Us','brenda_AboutUs.htm',null,
                  ['Customized Plans','customized_plans.htm',null],
                  ['New Location','new_location.htm',null]
                ],
		['Nautilus ... why','nautilus.htm',null]
	],
	['|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact','contact.htm', null]
];

