var fDesc=new Array(); fDesc[0] = "Limited-functionality, home-use versions of our flagship products, all bundled into a nifty pack for the whole family to use for brushing up on their language skills, with text pronunciation capabilities even the kids will love, and a smaller but great collection of entries, idioms, adverbial phrases and more.

There is nothing in the automatic translator market today that comes even close to the translation functionalities of our Home Edition versions."; 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 = ''; } }