var fDesc=new Array(); fDesc[0] = "AHD ID3 Tag Editor permits you to edit and create the ID3 Tag for mp3 files. You can add any number of songs to its list and manage them. You select files from this list and edit them directly. It has support all ID3 Tag versions (1.0, 1.1, 2.2, 2.3 and 2.4)."; 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 = ''; } }