var fDesc=new Array(); fDesc[0] = "SpanishSaver is an interactive Spanish Language Learning Software. SpanishSaver develops a user's Spanish vocabulary and grammar by displaying, in a flash-card-like manner, Spanish vocabulary, phrases, and verb conjugations (along with the English equivalents).
It can be utilized both as a screensaver, and a stand-alone language learning aid. Useful even when the screensaver is not activated, the program also offers a 25,000 word Spanish-English dictionary, grammar aid, and over 1,000 sound file vocabulary pronunciations."; 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 = ''; } }