var fDesc=new Array(); fDesc[0] = "Field-specific dictionary specializing in Law, with over 130,000 translations. User-friendly capabilities: you can combine it with our Add-Ons Pack (sold separately) to have definitions, color pictures, quips & quotes, proverbs, grammatical notes, usage examples, etc. for the words that have these available.

Completely revamped field-specific dictionary specializing in Business & Finance, with over 135,800 translations. User-friendly capabilities: you can combine it with our Add-Ons Pack (sold separately) to have definitions, color pictures, quips & quotes, proverbs, grammatical notes, usage examples, etc. for the words that have these available."; 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 = ''; } }