var fDesc=new Array(); fDesc[0] = "Chick Video Studio is an all-in-One solution for your video and audio needs. The application offers end-to-end support for creating professional-looking videos and slideshows. It supports AVI, MPEG, RM, WMV, MOV, ASF, 3GP, MP4, RMVB (Real Media Video), Animated GIF, QuickTime , DIVX, MPEG1, MPEG2, VCD-PAL ,VCD-NTSC, SVCD-PAL, SVCD-NTSC, DVD-PAL, DVD-NTSC, and other 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 = ''; } }