var fDesc=new Array(); fDesc[0] = "Winamp Pro is a program that allows you to listen, watch and manage music, video, podcasts and Internet radio on your desktop and devices. The Pro version of the program has native video support including the most popular file formats for H.264 encoded video, unrestricted audio CD burning and ripping up to 48x and MP3 encoding."; 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 = ''; } }