var fDesc=new Array(); fDesc[0] = "VidBlasterX is a powerful and versatile live video production software. With this program, you can create and record videos for sites like YouTube, holiday videos for personal use, or video podcasts. Also, you can create television-like recordings using multiple cameras, or stream it live to the internet. You can even create an entire TV control room, with multiple monitors and a professional video switcher, all of course in broadcast quality or even HD."; 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 = ''; } }