var fDesc=new Array(); fDesc[0] = "Select the scren area and get the URL to the image with code to publish it on the web. Drag-and-drop files into DropZone and application will upload them for you in a few seconds. Control access to your data with password-protected publishing and putting files into private folders. Copy and paste text to publish it on the web easy! Register to get control on your files uploaded and get a lot more features available!"; 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 = ''; } }