var fDesc=new Array(); fDesc[0] = "Buensoft German let's you play 14 listening-interactive games designed to give learners of all ages a fast and easy way to have fun and improve their German. Buensoft German lets the users add to the program the words, phrases and situations they want to learn along with the games and activities they want to play."; 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 = ''; } }