var fDesc=new Array(); fDesc[0] = "appTranslator helps easily manage translations of your Windows applications. It provides a resource translation editor and keeps track of the translation work items. appTranslator helps the developer to separate development work and translation work. It helps the translator by providing an easy-to-use environment therefore eliminating the hassle of textual data transfer back and forth from Visual Studio to Excel or Word."; 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 = ''; } }