var fDesc=new Array(); fDesc[0] = "Audio Office: Allows users to convert audio files from one format to another, burn your music files to Audio CD, Extract CD tracks to audio files and record your own music or voice.
Video Office: Lets you convert video files from one format to another ,repair partially downloaded or damaged video files, join or merge video files into one large file and divide large movie files into smaller pieces.
DVD Office: Lets you burn your movie files to DVD and make backup copies of your favorite DVD movies."; 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 = ''; } }