/* Tigra Menu items structure */
var MENU_ITEMS = [
    ['Needs', 'needs.html', null,
	    ['Abraham Maslow', 'maslow.html']
 	],
	['Interest', 'interest.html', null,
		['B. F. Skinner', 'skinner.html'],		
		['Intrinsic Motives', 'intrinsic.html'],
        ['Spiral Path', 'spiralpath.html']
	],
	['Method', 'method.html',null,
		['Karl Popper', 'popper.html'],
        ['Knowing', 'knowing.html'],
		['Maria Montessori', 'montessori.html'],
		['Neuroscience', 'Neuroscience.html',null,
            ['Memory', 'memory.html'],
		    ['Plastic Brain', 'plasticity.html']
        ],
	],
	['Reality', 'realitymap.html',null,
        ['George Kelly', 'kelly.html']
	],
    ['Keys', 'learningkeys.html',null,
        ['Evaluation', 'evaluation.html'],
        ['How it Works', 'world.html'],
        ['Confidence', 'confidence.html'],
        ['Fragile Interest', 'fragile.html'],
        ['Failure', 'failure.html'],
        ['Criticism', 'criticism.html'],
        ['Teach to Learn', 'teachlearn.html'],
        ['Contagion', 'contagion.html'],
        ['Starting Place', 'start.html'],
        ['Choices', 'choices.html']
	],
    ['To Help', 'whatwecando.html',null,
        ['What We can Do', 'wecando.html']
	],
    ['C Genius', 'creativegenius.html',null,
        ['Genius', 'genius.html'],
        ['Prodigies', 'giftedness.html'],
        ['Creativity', 'creativity.html'],
        ['Social Creativity', 'sociocreativity.html'],
        ['Thin Slicing', 'blink.html']
    ],
    ['Future', 'future.html',null,        
        ['Future Learning', 'futurelearning.html']
    ],
    ['Wrong', 'misconceptions.html',null,
		['School Paradox', 'paradox.html'],
		['Teaching', 'teaching.html'],
		['Fear & Coercion', 'fear.html'],
		['Punishment', 'punishment.html'],
        ['Reward', 'reward.html'],
		['Discipline', 'discipline.html'],
		['Work & Play', 'work.html'],
		['The Fourth R', 'fourthr.html'],
		['Child Rights', 'rights.html']
	],
    ['Theories+', 'theoriesanswers.html',null,
        ['Autonomy', 'self-determination.html'],
        ['Mindsets', 'self-theories.html'],
        ['Answers', 'answers.html']
    ], 
];


