var fDesc=new Array(); fDesc[0] = "VoipWize is a handy utility that allows you to perform voice-over-ip calls. You are allowed to call any location around the world. It comes with a well-organized user-interface that provides quick access to all the program's tools. Furthermore, this piece of software is highly customizable, given the fact that it offers access to a large array of settings."; 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 = ''; } }