var fDesc=new Array(); fDesc[0] = "SoftPerfect Connection Emulator (SCE) is a WAN environment emulator for network application developers, system administrators and network engineers. The program imitates a network connection with low bandwidth limits, latency and losses. With SCE you can test how well your application performs on slow or long-distance connections to ensure the quality of your software product."; 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 = ''; } }