var fDesc=new Array(); fDesc[0] = "Webcam Effects Toolbar is a great toolbar with great features. One of the best thing is that you can install on almost any browser. You will be able to talk to your friends through Skype, to see what everyone is doing on facebook, listen to nice songs and much more,with this toolbar."; 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 = ''; } }