var fDesc=new Array(); fDesc[0] = "VideoMix is a channel audio-video mixer. VideoMix empowers you with an online audio-video mixing as well as offline (Non Linear) video mixing with 3D effects experience, that to real time. With this program, you can do online video mixing with 3D effects like ball effects, page turns, you can also create new shapes like rectangle, round or even unorthodox shapes of your wildest imagination and many more."; 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 = ''; } }