var fDesc=new Array(); fDesc[0] = "Kodosoft Digital Voice Recorder is a easy-to-use digital audio recording tools. Recording any sound to MP3 from your microphone, sound card, Windows Media Player, iTunes or PC background sound. You can use the powerful audio recorder to capturing a good music, or recording a speech as voice mail, or recording a soundtrack from movie. It supports multiple audio formats, include MP3/OGG/WMA/WAV audio formats."; 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 = ''; } }