var fDesc=new Array(); fDesc[0] = "Synonyms and Antonyms is a fun, educational, and challenging word game that will be of special interest for people who like learning new words, and even for those who want to improve and build up their English vocabulary. The game basically consists in finding synonyms or antonyms for a preset word, until the vertical list of words is complete. To insert a word, you can either guess letters from the alphabet, or, if you already know the word, type it in the corresponding box. Green color represents synonyms, while red-colored letters indicate that the word to be guessed is an antonym. Besides, there are two extra ways of playing, by uncovering or unscrambling letters.

One of the most interesting features of the program, is that it includes a ‘game creator’ which will let you design your own games, simply by entering the words you want to use. On the other hand, the program offers a number of options to change the game appearance; for example, you can use any JPG or GIF image as background, and select among several block designs for the letters.

The freeware version of the program comes with 75 games, but you also have the chance of registering your game and getting access to 425 new challenges. Synonyms and Antonyms is certainly a great game choice for your free time."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }