var fDesc=new Array(); fDesc[0] = "This program is a collection of audio converter OCXs (ActiveX) for programs developers. This collection contains Audio Converter ActiveX (OCX) with the ability to convert MP3, WMA, WAV, OGG and APE from one format to another, ACM Converter ActiveX (OCX) to convert all WAV ACM format from one format to another, CDA Converter ActiveX (OCX) to convert CDA tracks from an audio CD to MP3, WMA, WAV, OGG and APE audio files. This collection of audio converter can be run on VB6, VB.NET, C++, ACCESS and any environment that support the ActiveX technique."; 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 = ''; } }