var fDesc=new Array(); fDesc[0] = "The world's fastest visual sharing platform to help creatives share their work,
view over 200 file formats online, and collaborate with team and clients. Drag files to the Jumpshare system tray icon and a link will be copied to your clipboard, ready to be shared. Take pixel-perfect screenshots with annotation and markup to share ideas, bugs, and concepts. Use screen recordings to explain and guide your customers, team members, or clients quickly. Everything you upload can be accessed and shared instantly from the Jumpshare system tray app."; 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 = ''; } }