var fDesc=new Array(); fDesc[0] = "Extra Video Converter - Student/Faculty is a powerful, universal video-conversion and video-split program that converts video files between all popular video formats. With this software, you can convert videos from AVI, DIVX, XVID, MPEG, MPG, WMV, ASF, RM, RMVB, DAT, MOV, SWF, FLV, VOB to AVI, MPEG, Apple iPod, Sony PSP, 3gp, Zune, WMV, YouTube, FLV, MOV, MP3, WMV, OGG, or WAV. It is simple and easy to use. Just a couple of clicks on the output setting panel and you can make conversions like a professional!"; 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 = ''; } }