
var sentences= Array(10);
var descriptions = Array(10);

sentences[0] = 'M A N S L A U G H T E R';
descriptions[0] = 'to kill someone accidentally';

sentences[1] = 'P I C K P O C K E T';
descriptions[1] = 'a thief who steals from pockets';

sentences[2] = 'B U R G L A R Y';
descriptions[2] = 'to break into someone\'s house and steal from it';

sentences[3] = 'S H O P L I F T E R';
descriptions[3] = 'a person who steals from shops';

sentences[4] = 'R A P I S T';
descriptions[4] = 'a criminal who forces someone to have sex';

sentences[5] = 'E X - C O N V I C T';
descriptions[5] = 'a person who has served their sentence in prison';

sentences[6] = 'S M U G G L I N G';
descriptions[6] = 'to bring something illegally into a country';

sentences[7] = 'A R S O N';
descriptions[7] = 'to set fire on someone\'s property, for example, a house';

sentences[8] = 'K I D N A P P I N G';
descriptions[8] = 'to take someone hostage in order to exchange him or her later for ransom';

sentences[9] = 'T E R R O R I S M';
descriptions[9] = 'to use violence to achieve political goals';

