var fDesc=new Array(); fDesc[0] = "Softstunt MP4 Video Converter gives you the power to convert all video, CD and DVD to MP4 formats. You can convert to iPod, Apple TV, Zune, PSP, Creative Zen and iRiver and Archos formats. Additionally, you can also convert AVI, MOV, WMV, WMA, MP3, AAC and other video and 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 = ''; } }