var fDesc=new Array(); fDesc[0] = "Our paramount, hand-picked bundle of ‘the best of the best.’ All our premium translation products in a single streamlined package designed to tackle any type of need and help any type of user: a Translator with Interactive capabilities, a Professional Dictionary, Visual and Voiced Aids to help in the selection of the best output and to save you time and effort, a Pop-Up consultation tool, a Dictionary Plug-in for MS Office and three of our superior technical compendiums. Just slide behind the wheel and smell the leather..."; 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 = ''; } }