var fDesc=new Array(); fDesc[0] = "CloudBuddy is a free tool that brings the Cloud near to you. It creates an easy-to-use exploration interface for your "Virtual Desktop" on the Cloud. Easy data management, sharing, access, security and whatever you may want to do with your data - Just do it!! CloudBuddy makes your virtual desktop as good as it can get. So set yourself free, and stop worrying about all your important emails, files and folders spread across desktops, laptops, and other devices."; 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 = ''; } }