var fDesc=new Array(); fDesc[0] = "Flash Nut is a flash card program. You can build and review decks of flash cards. It is a great program with a great and easy to use interface. You can create questions according to your needs, and you also can place the answer so that it will be easy for you. You can save both the questions and the answers."; 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 = ''; } }