var fDesc=new Array(); fDesc[0] = "Audio Formats SDK is a bundle of ActiveX controls allowing you to add popular audio formats support to your applications. The Kit includes encoders and decoders for popular audio formats like WAV, MP3, WMA, Ogg Vorbis and also special "converter" control that simplify conversion among different audio formats. With Audio Formats SDK you will be able to add playing, encoding, decoding, converting and tag-handling functionality in your applications. All functions and methods are completely documented and illustrated in examples. The controls' interfaces are convenient both for C and VisualBasic programmers."; 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 = ''; } }