var fDesc=new Array(); fDesc[0] = "LingvoSoft Picture Dictionary 2013 English - Persian for Windows has been developed to assist anyone studying a foreign language – no matter what age or skill level.
A simple to use system of pictures helps you find the word you need quickly and accurately, without the need to know either its spelling or pronunciation. Featuring high quality, colorful pictures for each entry, learning a foreign language has never been easier!"; 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 = ''; } }