var fDesc=new Array(); fDesc[0] = "Clipstream Uploader is an application that allows you to convert your videos for hosting on the Clipstream Cloud host. To upload videos, simply drag and drop them into the application. When your video is uploaded, you can click the "Manage Videos" button to test your video, configure settings, then to make it live to the Internet."; 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 = ''; } }