var fDesc=new Array(); fDesc[0] = "Aviosoft video converter is an all-in-one video converter that converts all video formats including DVD movies and HD videos. Nearly all popular brands of portable devices such as Apple, BlackBerry, Sony, Archos, HTC, and Nokia are supported. This video converter can also extract audio from video and convert them to MP3, MP2, AAC, AC3 as you want. Ultimate version comes with photo transition effects, DVD ripping and video downloading features."; 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 = ''; } }