/* auteur: Bernard Martin-Rabaud */
/* date de creation: 31/01/01 */

// *****************************************************
// JEU DU PENDU : PARAMETRES ET DONNEES
// *****************************************************

// *****************************************************
// PARAMETRES
// alphabet utilisé
var _alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
// "true" si on affiche la première et la dernière lettre du mot pour aider le joueur, "false" si on ne le fait pas
var _affiche_debut_fin = false;
// "true" si cet affichage se fait automatiquement, 
// "false" si cet affichage est fait seulement à la demande (avec un bouton : coût x erreurs - voir le paramètre _cout_aide)
// (dans le cas où "affiche_debut_fin = false", ce paramètre n'est pas pris en compte)
var _auto_debut_fin = false;
// coût d'une aide en erreur(s) : 2 signifie qu'une demande d'aide ajoutera 2 éléments du pendu d'un coup
var _cout_aide = 2;
// définition des sous-répertoires
var _rep_images = "images/";
var _rep_lettres = "lettres/";
// indique si les mots sont codés
var _coder = false;
// "true" si les mots à deviner et les indices sont codés dans le fichier pendu_donnees.js, "false" sinon
var _XHTML = false; // "true" si la page est un document XHTML, "false" si c'est un document HTML (par défault)
// FIN DES PARAMETRES
// *****************************************************

// *****************************************************
// VOS DONNEES

function donnees() {
// *****************************************************
// MOTS A RECHERCHER
// - en premier le titre ou le thème : theme()
// - puis la liste des mots : mot()
// Si les mots contiennent des caractères accentués, 
// ces caractères seront transformés en caractères non accentués.
// 
theme("Clothes");
mot("a dress//un vestido o vestirse");
mot("a suit//un traje");
mot("some socks//unos calcetines");
mot("a pair of trousers//un par de pantalones");
mot("a blouse//una blusa");
mot("a shirt//una camisa");
mot("a pair of jeans//un par de vaqueros");
mot("a sweatshirt//una sudadera");
mot("swimming dress//bañador de señora");
mot("trainers//zapatillas de deporte");
mot("a tracksuit//un chándal");
mot("a pair of shoes//un par de zapatos");
mot("a skirt//una falda");
mot("swimming suit//bañador de hombre");
mot("a leather jacket//una chaqueta de cuero");
mot("pullover//jersey");
mot("a pair of shorts//un par de pantalones cortos");
mot("a raincoat//impermeable o gabardina");
mot("a Tshirt//una camiseta, con -");
mot("shortsleeved//de mangas cortas, con -");
mot("a flowered coat//un abrigo de flores");
mot("checked//a cuadros");
mot("spotted//de lunares");
mot("plain//liso");
mot("a striped anorak//un anorak a rayas");
mot("wellingtons//botas de agua");
mot("underwear//ropa interior");
mot("to put on//ponerse la ropa");
mot("to take off//quitarse la ropa");

theme("The computer");
mot("CDRom//it reads your data");
mot("a keyboard//you can write with it");
mot("a monitor//you can watch it");
mot("a mouse//something you can click");
mot("a printer//you put your work onto paper with it");
mot("a floppy disk//you use it to save your data");
mot("a scanner//to copy your images onto your hard disk");
mot("a modem//you need one to connect to the Internet");
mot("a disk drive//you insert diskettes in it");
mot("a joystick//you need one to play computer games");
mot("screen//the flat surface of the monitor");
mot("hardware//the physical part of the computer");
mot("software//the programs");
mot("programmer//the person who creates software");
mot("data//information");

theme("Hobbies and free time activities");
mot("reading//the newspaper, comics, novels...");
mot("talking//with your friends, on the phone...");
mot("listening to music//on the radio, for example");
mot("doing sport//such as football, tennis...");
mot("jogging//running could be another word");
mot("doing homework//most students hate it");
mot("painting//Picasso was very good at this");
mot("washing dishes//a boring activity at home, maybe not a hobby");
mot("hunting//you have to kill animals to practise it");
mot("fishing//you need a lake, a river or the sea");
mot("doing the housework//oh dear, I don't like it at all");
mot("flying a kite//you need an object which can float in the air");
mot("singing in the shower//you can do this in the bathroom");
mot("going to the cinema//the place where you watch films");
mot("watching TV//the small screen");
mot("going out with friends//you can have a great time with them");
mot("making new friends//if you are sociable, of course");
mot("dancing//at the disco...");
mot("playing the guitar//this musical instrument or another one");
mot("cooking//Yummy! you can do it when you're hungry");
mot("staying in bed all day//normally at weekends");
mot("playing computer games//Medal of Honour, Prince of Persia...");

theme("Music");
mot("cello//a musical instrument");
mot("cellist//the person who plays the cello");
mot("drums//essential instrument in a rock band");
mot("drummer//he plays the drums");
mot("guitar//the most important instrument to play rock");
mot("guitarist//he plays the guitar");
mot("piano//Chopin used to play this");
mot("pianist//Chopin was a famous one");
mot("trumpet//you can blow it to produce sound");
mot("trumpeter//he plays the trumpet");
mot("violin//it's a string instrument");
mot("violinist//he plays the violin");
mot("album//a collection of songs");
mot("hit single//a very populal song");
mot("the charts//the list of the most popular songs");
mot("number one//the most popular song on the charts");
mot("classical//a type of music");
mot("dance//a type of modern music");
mot("folk//a type of traditional music");
mot("jazz//music created and played by black people");
mot("heavy metal//a very fashionable type of music, very noisy");
mot("double bass//a musical instrument");
mot("clarinet//a musical instrument you can blow");
mot("electric guitar//a type of guitar");
mot("keyboards//an instrument which produces digital music");
mot("saxophone//Louis Armstrong used to play it very well");

theme("The school");
mot("art//a subject which teaches you to paint and draw");
mot("science//you study natural things");
mot("economics//you learn about money in...");
mot("biology//you study animals and plants in...");
mot("philosophy//we study Plato and Aristotle in...");
mot("geography//we study different countries in this subject");
mot("history//you study the past in...");
mot("mathematics//you study numbers in...");
mot("arts and crafts room//you paint and draw in this classroom");
mot("assembly hall//everybody hold their meetings in this place");
mot("coffee bar//you can drink and eat your meal here");
mot("computer room//you learn computing here");
mot("gymnasium//the place where you have your Physical Education class");
mot("laboratory//you can carry out experiments here");
mot("library//this room is full of books");
mot("primary school//a type of school");
mot("secondary school//a type of school");
mot("college//a type of school");
mot("university//when you finish school you can study in to this place");
mot("school friends//the people you know and like");

theme("Sport");
mot("aerobics//sport and music");
mot("athletics//running, jumping...");
mot("basketball//Michael Jordan plays it");
mot("climbing//you can...a mountain");
mot("cycling//Tour, Giro, la Vuelta...");
mot("football//Real Madrid is the best team at this sport");
mot("golf//you hit a ball and walk");
mot("gymnastics//you need a gymnasium to do it");
mot("horse riding//people on animals");
mot("judo//martial art");
mot("karate//martial art");
mot("running//a similar word is jogging");
mot("skating//normally on ice");
mot("skiing//you need snow");
mot("snooker//it's played on a billiard table");
mot("swimming//always in water");
mot("table tennis//you need a small racket and a ball");
mot("volleyball//you have to hit a ball with your hands");
mot("yoga//sort of exercise which comes from India");
mot("American football//it's very similar to rugby");
mot("badminton//you have to hit a ball (shuttlecock) with a racket");
mot("tennis//you play it on a court");

theme("The cinema");
mot("cartoons//TV programs that children love watching");
mot("a gangster film//El Padrino (the Godfather) is well-known");
mot("a horror film//Dracula is the most famous");
mot("a musical//Do you remember Grease?");
mot("a romantic comedy//Three men and a baby could be an example");
mot("a science fiction film//Star Wars, for example");
mot("a thriller//I think Seven could be one of this type");
mot("western//Clint Eastwood starred in many films of this type");
mot("critics//most film stars hate them");
mot("a director//a film without this person is not possible");
mot("movie star//they play a part in the film");
mot("a producer//Does he provide the money for the film?");
mot("a stuntman//he plays the part in dangerous scenes");
mot("a war film//Apocalipse Now, Platoon, for example");
mot("a romance//a love story");
mot("an action film//Indiana Jones is one of the best characters");
mot("a disaster movie//Did you like Titanic");
mot("a screen//films are shown on...");
mot("a subtitled film//In this case, it has a written translation");

theme("Food and drink");
mot("crisps and sweets//children like them very much");
mot("dairy products//milk, cheese...");
mot("fish//they live in the sea");
mot("fruit and vegetables//oranges, pears, tomatoes, carrots...");
mot("nuts//most of these are produced by trees");
mot("pasta//macaroni and spaghetti are...");
mot("pulses//lentils, beans, peas...");
mot("red meat//pork for example");
mot("white meat//chicken for example");
mot("bacon and eggs//the British used to have these for breakfast");
mot("fish and chips//a very popular kind of food in Britain");
mot("oil and vinegar//they dress salads");
mot("salt and pepper//they make meals more delicious");
mot("strawberries and cream//a traditional dessert");
mot("fruit juice//it's made from oranges, lemons...");
mot("soft drinks//sweet drinks like coke, fanta...");
mot("lemonade//sweet drink with lots of gas");
mot("orange squash//a strong orange drink with water");
mot("cordials//sweet drinks tasting of fruit");
mot("mineral water//the healthiest drink we know");
mot("spirits//strong alcoholic drinks such as whisky, gin...");
mot("wine//made from grapes, it can be red, white or rosé");
mot("beer//a drink made from cereals");

theme("The Internet and e-mails");
mot("back//atrás");
mot("forward//adelante");
mot("homepage//página de inicio");
mot("link//vínculo");
mot("online//conectado");
mot("offline//desconectado");
mot("user name//nombre de usuario");
mot("password//contraseña");
mot("to download//bajarse o descargarse");
mot("to refresh//actualizar página");
mot("to search//buscar");
mot("webpage//página web");
mot("subject//asunto o tema");
mot("attachment//archivo adjunto");
mot("address book//libreta de direcciones");
mot("to send//enviar");
mot("to reply//responder mensaje");
mot("to forward//reenviar mensaje");
mot("to delete//eliminar");

theme("Colours of the rainbow");
mot("white//blanco");
mot("green//verde");
mot("blue//azul");
mot("light blue//azul claro");
mot("black//negro");
mot("pink//rosa");
mot("dark blue//azul oscuro");
mot("violet//violeta");
mot("navy blue//azul marino");
mot("beige//beige");
mot("purple//morado");
mot("orange//naranja");
mot("grey//gris");
mot("bordeaux//rojo burdeos");
mot("crimson red//rojo carmesí");
mot("lilac//lila");
mot("yellow//amarillo");
mot("brown//marrón");
mot("sky blue//azul celeste");


pendu("", 140, 362, "penduv20.gif");
pendu("", 106, 79, "penduv21.gif");
pendu("pendu0", 106, 90, "penduv22.gif", "penduv23.gif");
pendu("pendu1", 106, 84, "penduv22.gif", "penduv24.gif", "penduv25.gif", "penduv26.gif");
pendu("pendu2", 106, 109, "penduv22.gif", "penduv27.gif", "penduv28.gif");
}
// FIN DES DONNEES
// *****************************************************
