var fDesc=new Array(); fDesc[0] = "You would like to beat all your friends but you don't know how? Word Challenge Robot - English is the solution, a software for Windows platforms which will play for you.
In Word Challenge you are given 6 letters, the objective is to create 3-6 letter words from the letters provided as fast as you can. There are 40,000 to find in this fast and rewarding word game!"; 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 = ''; } }