var fDesc=new Array(); fDesc[0] = "SA Dictionary is a computer dictionary, which translates words and phrases from one language to another. It is usually used when you work with a foreign language. It replaces the ordinary paper dictionary and gives you many advantages.
SA Dictionary is the leading Windows dictionary in Bulgaria and it has become a standard for the people using computers."; 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 = ''; } }