var fDesc=new Array(); fDesc[0] = "Royal TS is an advanced remote computing tool that lets you manage multiple remote desktop connections using RDP, VNC, SSH based terminals, S/FTP, or web-based interfaces. You also get credential management and safe team-sharing features; this allows you to share the list of connections without sharing your personal credentials. Command Tasks and Key Sequence Tasks make it easy to quickly automate repetitive tasks."; 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 = ''; } }