var fDesc=new Array(); fDesc[0] = "With Audio and Video Howtos you can convert video and audio files, you can also manage your music and videos, modify audio files, create and burn music and edit videos, etc. You can also, easy convert and record audio files in any formats. Using the menu "Karaoke" you can convert KAR files in to MP3 files."; 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 = ''; } }