var fDesc=new Array(); fDesc[0] = "Audiozilla is audio converter software that works via a right-click. Just right-click any audio files on Windows Explorer, Audiozilla can immediately convert audio MP3, WAV, AC3, OGG, WMA, FLAC, AAC, M4A, APE, VOX, VOC, AIFF and more to other formats. Options can be set for start and end points of an audio; output audio format quality like bitrates, channels, sample size; keep / remove audio tag information. Audiozilla also perform audio extraction from video files MP4, WMV, ASF, M4V. Direct conversion from Audio CD ( CDA ) with the option to save album information is also supported."; 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 = ''; } }