var fDesc=new Array(); fDesc[0] = "This program helps when you have a large file of WMA file and you want to split him to many files of WMA format. A1 WMA Splitter is program for windows that allows you to split and cut WMA (Windows Media Audio) and more audio files easily. This program can split the WMA audio file by 3 modes: from the position X to Y, split to X parts, and split the WMA file for each X seconds. You can also display and to edit your WMA audio tracks, easily."; 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 = ''; } }