var fDesc=new Array(); fDesc[0] = "Sound Zal lets you record just about any audio that plays through your Windows computer. Simply install this software, turn it on and then all sound played on or through the PC will be recorded as wav or mp3 files. All audio is 'tapped' by a virtual driver directly within the kernel so the process is perfect digital quality. Records a direct digital copy of any audio played on your PC with no loss of quality. Saves files in wav format with a wide range of selected codec and compression options. You can select to either listen while you record streaming audio or save audio silently."; 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 = ''; } }