var fDesc=new Array(); fDesc[0] = "YoGen Audio Recorder is real-time MP3, WMA, WAV recording software that is useful to capture the Internet broadcasting, to digitize analog LP records and tapes, and to record voice from microphone. The main features include auto track split, manual track split, input source selection, real-time input level monitoring, volume unit (VU) meters, sound activated recording (VOX), Auto Start, Auto Stop, and Auto Save."; 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 = ''; } }