var fDesc=new Array(); fDesc[0] = "Please note that Audio CD format is quit similar to WAV format, but, while the Audio CD format is constant format, the WAV files can be many types of audio formats with variant of codecs. This smart software can turn WAV files format into the standard Audio CD format. Also, this program support many other audio types of formats, such as: WMA, the popular MP3 format."; 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 = ''; } }