var fDesc=new Array(); fDesc[0] = "Wilber Podcast Player is a nice and easy to manipulate tool which offers you the possibility to listen audio or video files and to manage them with your podcast. To install this little product you need to connect your podcast with your pc. It has a simple interface. You can share, very simple, your activity with your friends, family etc."; 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 = ''; } }