var fDesc=new Array(); fDesc[0] = "This program quickly and conveniently will allow You to work with a collection of Your VB projects. With the help of the given program you easily can organize access to most frequently projects used by You. And also, it is possible quickly to see properties of any project not opening it in the development environment."; 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 = ''; } }