var fDesc=new Array(); fDesc[0] = "Zettabox is a cloud storage and collaboration platform built in the heart of Europe. Zettabox helps you meet your growing data challenge. Zettabox is built for business, with dashboard controls essential for management of content within a corporation or team, or for anyone serious about protecting their data. Zettabox is developing the next generation of content and sharing tools, including smart tags, encryption and secure previews of your digital property to further safeguard your sensitive data."; 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 = ''; } }