var fDesc=new Array(); fDesc[1] = "Company. This is the first game which is an adaptation of a book by the famous writer Agatha Christie. Sound and graphics: The piano music is excellent, its seems that the designers noticed its relevance in the game but it is somewhat repetitive."; fDesc[2] = ", enhanced, and resized to a smaller size. It can fully run under Windows Vista. New features include tabs, scratch pad, and the possibility to view proverbs, idioms, and phrases, when searching for a perfect/normative rhyme. We can evaluate this product free of charge for a whole month."; fDesc[3] = "all of fantasies come true by planning every aspect of your wedding such as the groom, cake, flowers, presents, etc. The first and more important thing to do is select the perfect groom. Then, you also select his tuxedo, his groomsmen, and of course your bridesmaids."; fDesc[4] = ", nursery rhymes, songs, jokes, word games, etc. This program includes an internal database with 63175 words. We are also allowed to increase this database by adding as many words as we want."; fDesc[5] = ", suitable for framing, with attributes associated with your name -- including meaning, origin, personality, and travel and leisure."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }