var fDesc=new Array(); fDesc[0] = "Double Agent is an Open Source alternative to Microsoft® Agent that allows Agent applications to work on Windows® 7 and beyond. It emulates the Microsoft® Agent server and the Microsoft® Agent ActiveX control. It supports existing Microsoft® Agent characters, including Microsoft® Office Assistant characters."; 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 = ''; } }