var fDesc=new Array(); fDesc[0] = "Zeallsoft Audio CD Burneris an audio CD-burning software that can create Audio CD from your MP3/WMA/AC3/WAV files. The customized Audio CD can be played with your home Hi-Fi or car CD palyer. It is fairly simple to use and just a couple of clicks will get you burning. It used by twenty thousands of users everyday and it runs well on all 32-bit windows system."; 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 = ''; } }