var fDesc=new Array(); fDesc[0] = "WindMC is a small tool for Windows that can be used with the automation and enhancement application WindBot. This utility allows you to open multiple clients, without the need of modifying the client in any ways. It comes in handy when you have to work with multiple clients."; 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 = ''; } }