var fDesc=new Array(); fDesc[0] = "Cloudee Uploader is an application that allows you to upload videos straight from your computer to the Cloudee service so as to watch them on mobile devices. All those videos sitting on your hard drive now have a place to go. If you have a collection of vacation videos that you'd really like to share, with the Cloudee Uploader any video on your computer can be shared easily with your friends."; 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 = ''; } }