var fDesc=new Array(); fDesc[0] = "Multi RDP Client .NET can manage your RDP connections. The program allows you to import/export .RDP files, disconnect all connection and connect all your servers in an easy way. You can also change the resolution while working, set the window into fullscreen mode, and as well as enable window stretching and a lot more features."; 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 = ''; } }