var fDesc=new Array(); fDesc[0] = "Xilisoft WMA MP3 Converter is a program that allows you to convert between the WMA and MP3 formats. It also supports converting other audio formats such as WAV, AAC, M4A, and OGG to MP3. You can edit and create ID3 tags (artist name, album artwork, producer, song titles) in order to organize your music collection."; 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 = ''; } }