var fDesc=new Array(); fDesc[0] = "COMODO Online Storage enables you to keep your important files safely online. You can access your data anytime, anywhere using this easy-to-use Comodo Online Storage client.
Just drag and drop them into the Drop Zone and you're done. The drop zone appears whenever you start to drag a file and can also accept text snippets, web links and bookmarks."; 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 = ''; } }