var fDesc=new Array(); fDesc[0] = "A cubby is any folder that you want to share with people or devices via Cubby. You can turn any folder into a cubby. Just drag any folder onto the Cubby application. The folder stays where it is and becomes a cubby. Leave your folders where they are and make them into cubbies so you grab your stuff on the go and share with friends, colleagues, and other computers."; 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 = ''; } }