var fDesc=new Array(); fDesc[0] = "VoIP stresstest is a program capable of generating a huge amount of traffic having a multithreaded VoIP engine written entirely in C++. The program features up to 10000 simultaneous call from a single PC, DoS and DDoS attack simulation, call recording options, detailed log of outgoing and incoming calls."; 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 = ''; } }