var fDesc=new Array(); fDesc[0] = "Wave Flow is a powerful shareware audio editor with more than 60 sound edition functions and interesting effects (edition, tools, filters, etc). It has a visual interface that makes it very easy to use.
Wave Flow is a very complete audio editor that can play, record, filter and modify a wave form, using lots of different functions and following the WAV standard. Besides, as it has been designed for a Windows environment, it is done visually, easily and intuitively. From 4.5 and above versions, Wave Flow gets a new interface, that makes the sound edition even easiest."; 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 = ''; } }