﻿

var navigation = {
	'about' : ['services', 'competence', 'customers', 'contact'],
	'apps' : ['plan'],
	'mobile' : ['face', 'marbles', 'minesweeper', 'mproto'],
	'web' : ['xna', 'html5', 'webgl']
};

var locFr = {
		'navkeys' : 'cliquez sur le texte pour avoir des informations',

		'about' : 'Accueil',
		'competence' : 'Compétences',
		'services' : 'Services',
		'customers' : 'Clients',
		'contact' : 'Contact',
		
		'apps' : 'Applications',
		'plan' : 'Plan',
		
		'mobile' : 'Mobile',
		'face' : 'Reality Face',
		'marbles' : 'Marbles 3D',
		'minesweeper' : 'Mines gallery',
		'mproto' : 'Prototypes',
		
		'web' : 'Web',
		'mootools' : 'Mootools',
		'xna' : 'Game framework',
		'html5' : 'Démo HTML 5.0',
		'server' : 'Node.JS',
		'experiments' : 'experiements',
		'webgl' : 'Démo WebGL'
};

var locEn = {
		'navkeys' : 'click on the text to see more about the topic',

		'about' : 'About',
		'competence' : 'Competence',
		'services' : 'Services',
		'customers' : 'Customers',
		'contact' : 'Contact',
		
		'apps' : 'Applications',
		'plan' : 'Plan',
		
		'mobile' : 'Mobile',
		'face' : 'Reality Face',
		'marbles' : 'Marbles 3D',
		'minesweeper' : 'Mines gallery',
		'mproto' : 'Prototypes',
		
		'web' : 'Web',
		'xna' : 'Game framework',
		'mootools' : 'Mootools',
		'html5' : 'HTML 5.0 demo',
		'server' : 'Node.JS',
		'experiments' : 'Experiements',
		'webgl' : 'WebGL demo'
};

//var locCurrent = locEn;
