// {{{ domMenu_main: data

if (typeof($depth)=='undefined') { $depth='./'; }

domMenu_data.set(
  'domMenu_main',
  new Hash(
    1, new Hash(
        'contents', 'Home',
        'uri', $depth+'index.htm'
        ),
    2, new Hash(
        'contents', 'About Us',
        'uri', '',
        1, new Hash(
            'contents', 'brain-train',
            'uri', $depth+'about_us_brain_train.htm'
        ),
        2, new Hash(
            'contents', 'Practitioners',
            'uri', $depth+'about_us_practitioners.htm'
        ),
       
        3, new Hash(
            'contents', 'Prices',
            'uri', $depth+'about_us_prices.htm'
        ),
		
        4, new Hash(
            'contents', 'Special Offers',
            'uri', $depth+'about_us_easily_lose_weight.htm'
        ),
        5, new Hash(
            'contents', 'Free Sessions',
            'uri', $depth+'about_us_free_sessions.htm'
            )
    ),
    3, new Hash(
        'contents', 'Problems',
        'uri', '',
        1, new Hash(
            'contents', 'Smoking',
            'uri', $depth+'problem_stop_smoking.htm'
        ),
        2, new Hash(
            'contents', 'Phobias',
            'uri', $depth+'problem_phobias.htm'
        ),
        3, new Hash(
            'contents', 'Fear/Anxiety/Panic Attacks',
            'uri', $depth+'problem_fear_anxiety_panic_attacks.htm'
        ),
        4, new Hash(
            'contents', 'Stress',
            'uri', $depth+'problem_stress.htm'
        ),
        5, new Hash(
            'contents', 'Low Confidence/Low Self Esteem',
            'uri', $depth+'problem_low_confidence_low_self_esteem.htm'
        ),
        6, new Hash(
            'contents', 'Weight Loss',
            'uri', $depth+'problem_lose_weight.htm'
        ),
        7, new Hash(
            'contents', 'Eating Disorders',
            'uri', $depth+'problem_eating_disorders.htm'
        ),
        8, new Hash(
            'contents', 'Pain',
            'uri', $depth+'problem_pain.htm'
        ),
        9, new Hash(
            'contents', 'Insomnia',
            'uri', $depth+'problem_insomnia.htm'
        ),
        10, new Hash(
            'contents', 'Wedding Nerves',
            'uri', $depth+'problem_wedding_nerves.htm'
        ),
        11, new Hash(
            'contents', 'Fear of Flying',
            'uri', $depth+'problem_fear_of_flying.htm'
        ),
        12, new Hash(
            'contents', 'Other Challenges',
            'uri', $depth+'problem_other_challenges.htm'
        )
    ),
    4, new Hash(
        'contents', 'Therapies',
        'uri', '',
        1, new Hash(
            'contents', 'NLP',
            'uri', $depth+'therapy_nlp.htm'
        ),
        2, new Hash(
            'contents', 'Time Line',
            'uri', $depth+'therapy_time_line_therapy.htm'
        ),
        3, new Hash(
            'contents', 'Hypnotherapy',
            'uri', $depth+'therapy_hypnotherapy.htm'
        ),
        4, new Hash(
            'contents', 'Thought Field Therapy',
            'uri', $depth+'therapy_thought_field_therapy.htm'
        ),
        5, new Hash(
            'contents', 'Reiki',
            'uri', $depth+'therapy_reiki.htm'
			
        )
    ),
    5, new Hash(
        'contents', 'Useful',
        'uri', '',
        1, new Hash(
            'contents', 'Useful Links',
            'uri', $depth+'links_useful.htm'
        ),
		2, new Hash(
            'contents', 'Recommended Reading',
            'uri', $depth+'links_recommended_reading.htm'
        ),
        3, new Hash(
            'contents', 'Change Excercises',
            'uri', $depth+'links_change_exercise.htm'
        )
    ),
    6, new Hash(
        'contents', 'Courses',
        'uri', $depth+'courses.htm'
    ),
    7, new Hash(
        'contents', 'Testimonials',
        'uri', '',
		1, new Hash (
		  'contents', '1 to 1 Testimonials',
		  'uri', $depth+'testimonials.htm'
		  ),
		2, new Hash (
		  'contents', 'Training Testimonials',
		  'uri', 'http://www.brain-training.co.uk/nlp_testimonials.html'
		  )
    ),
    8, new Hash(
        'contents', 'Contact Us',
	    'uri', $depth+'contact_us.htm'
		)
	
    )/*,
    9, new Hash(
        'contents', 'xxxxxxx',
        'uri', '#'
    ),
    10, new Hash(
        'contents', 'yyyyyyy',
        'uri', '#'
    )*/
  );


// }}}
// {{{ domMenu_main: settings

domMenu_settings.set('domMenu_main', new Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', 1,
    'openMouseoverMenuDelay', 100,
    'closeMouseoutMenuDelay', 500,
    'expandMenuArrowUrl', 'arrow.gif'
));

// }}}

