var fDesc=new Array(); fDesc[0] = "A powerful and easy way to connect with your online audience and engage them in a new, more potent way of communicating.

U is a comprehensive new broadcasting tool that helps you organize content, repurpose previous presentations to save time, and makes it straightforward to deliver strong presentations that place you in command.
Full Microsoft PowerPoint integration, mix and arrange content from several PPT and other sources effortlessly, jump through slides in any order to adjust the presentation on-the-fly, and add live annotations."; 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 = ''; } }