var fDesc=new Array(); fDesc[0] = "Free PCM to iPod Audio Converter is a professional conversion program which allows you to convert your PCM to iPod Audio format with fast speed and great output quality. It offers a powerful way to convert all popular audio files, such as WAV, WAV(PCM), OGG Vorbis, MP3, MP2, Microsoft ADPCM, WMA, VOX, GSM, G723, G726, U-LAW, A-LAW to iPod music."; 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 = ''; } }