var fDesc=new Array(); fDesc[0] = "Okoker Audio Factoryis professional and powerful audio software with multifunctions. It can record radio stations from the Web, and it also allows you to record any audio source from your computer into various audio formats. It functions as an audio editor added with lots of special effects. You can cut, copy, paste or mix parts of audio files, and convert audio files between various formats. It is very useful for those people who want to extrat audio from video files or convert RM to MP3/WAV format. It supports splitting a part of audio stream. It's a good audio splitter and joiner . It has a cool interface and is designed for every user. It supports a lot of formats, such as: wav, mp3, mp2, wma, ogg, g721, g723, g726, vox, raw and pcm."; 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 = ''; } }