var fDesc=new Array(); fDesc[0] = "Twiga's Remote Disconnection Utility (RDU) is comprised of two applications - one which runs on the server (the PC with the modem) and one which runs on the clients (any other machine accessing the modem on the server). Using Internet Connection Sharing (ICS) or another Proxy server to share one modem across your local area network? Wish you could control the modem from any machine? Now you can!"; 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 = ''; } }