var fDesc=new Array(); fDesc[0] = "Cloudup is a free program that allows you to share videos, photos, music, links and docs — instantly and easily. Cloudup lets you stream large files (up to 200 MB each) that your friends can view instantly using the web, phone and desktop apps. You can password-protect or even share streams by email or with Facebook and Twitter."; 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 = ''; } }