var fDesc=new Array(); fDesc[0] = "SVox is a powerful and reliable Yahoo chat client that allows you to easily navigate to the yahoo chatrooms and includes the special feature of giving you domination in voice over the other chatters in voice. In addition, there is a voice lagg feature."; 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 = ''; } }