
var defs = new Array();
defs['boutons hardware'] = '<img src=../_img/HardwareButtons.gif><BR>Application buttons (hardware buttons)'
defs['shot_rg'] = 'Roland Garros color theme'
defs['faq'] = 'Frequently Asked Questions'
defs['coup gagnant'] = '<strong>Winner</strong><br>Ball player could not even touch or just hardly touched.'
defs['faute directe'] = '<strong>Unforced error</strong><br>We can consider an error is unforced when the player was well placed to hit the ball comfortably and missed it.'
defs['identifiant palm'] = '<img src=_img/PalmKey.png><BR>Your Palm Id'

function definition(key)
{
	return defs[key];
}
