var fDesc=new Array(); fDesc[0] = "The smart solution for learning languages on any desktop or laptop PC that features more than 14,000 phrases covering all common situations. Completely Windows 7 ready. It speaks all of its phrases aloud using clear, understandable native speaker voice for both languages. Simply install it on your computer to begin practicing thousands of foreign phrases. You will then be prepared for everyday conversation abroad or for when visiting a bank, the post office, doing your shopping, visiting a restaurant, and more. The PhraseBook is a component of LingvoSoft Suite, which also combines a Dictionary and the FlashCards learning application. As part of the Suite, it delivers an unsurpassed level of integration across the entire platform. With 15 easily navigated topic-areas, the PhraseBook offers a choice of five display languages, advanced speech recognition for hands-free navigation, authentic human voice narration and a responsive virtual keyboard. Complete integration with LingvoSoft FlashCards 2011 and Dictionary 2011 applications lets you continuously expand PhraseBook functionality."; 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 = ''; } }