var fDesc=new Array(); fDesc[0] = "English-German and German-English SlovoEd dictionary software for Windows lets you easily find appropriate translation of any word and express yourself most precisely thanks to high translation rate, detailed and up-to-date dictionary bases and easy-to-use interface. SlovoEd electronic dictionaries are developed to satisfy the most fastidious users, for both language professionals and learners, business and private users.English-German and German-English SlovoEd electronic dictionary for Windows continue the popular series of MultiLex translation software for PC which has been top ranked by majority of professional linguists and translators as well as first-rate companies: Mercedes-Benz, Brithish-Americab Tobacco, IKEA, Deloitte, LUKOIL, Gazprom, Beeline, MTS and many others."; 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 = ''; } }