var fDesc=new Array(); fDesc[0] = "FlashCards is a cross platform study companion for students and teachers. It contains over 300 possibilities to customize the look and feel, you can add cards, edit them, create lessons, tag with keywords or track your study time and cards reviewed right or wrong."; 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 = ''; } }