var texte = new Array () texte[0] = "Enter your message"; texte[1] = "Bold button. Put the selected text in bold"; texte[2] = "Italic button. Put the selected text in italic"; texte[3] = "Underline button. Underline the selected text."; texte[4] = "Strike button. Strike the selected text"; texte[5] = "E-mail button. Put a link on a selected email address"; texte[6] = "Image button. Display an image by using its URL."; texte[7] = "Flash button. Display a Macromedia Flash TM animation"; texte[8] = ""; texte[9] = "List button. Insert elements to make a list"; texte[10] = "Change your text color"; texte[11] = "Quote a text"; texte[12] = "Smilies : Insert smiley in your text."; texte[13] = "Notch the button and create your poll"; texte[14] = "Move button. Make your text move from right to left"; texte[15] = "S'inscrire"; texte[16] = "Le forum"; texte[17] = "Votre profil"; texte[18] = "Liste des membres"; texte[19] = "Rechercher"; texte[20] = "Messages privés"; texte[21] = "Personnes en ligne"; function txtover (txt) { document.getElementById ("description") .innerHTML =texte[txt]; }