var fDesc=new Array(); fDesc[0] = "Learn to Speak English Deluxe 9.50 is the new released version of this product designed to teach us how to speak in English. We can buy and download it directly from the developer's website. It shows us English grammar, English vocabulary, how to express ourselves in English and be understood, and understand the language when we listen to it. New features included in this version: fully support for Windows XP, improved speech recognition, information about the country and travel has been updated and free support offered. It also features Practice Workshops,Advanced Online Courses,Audio Course,Ipod and MP3 Lessons,Printed Reference Book,Online Cultural Resources,PDA Dictionary,Printable Exercises,MP3 Audio Tour,Games and Crossword Puzzles,Personalized Lesson Plans and Diagnostic Pre-Test."; 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 = ''; } }