var fDesc=new Array(); fDesc[0] = "Cok Free MP3 Recorder is a program used to record the audio from both your microphone and sound card. You can set the program to record the both in the same time or separately. What is more interesting is that you can set it to save the input and output sound in different channel. For example, when you use it to record a VoIP voice conversation, when you play it, you can feel as if two people are talking from the left and right speakers."; 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 = ''; } }