var fDesc=new Array(); fDesc[0] = "Experience the freedom of accessing your to-dos whenever and wherever by downloading our free iOS, Android and Desktop apps. With offline capability you’re able to work on projects regardless of your Internet connection – any changes will automatically sync once you’re connected again. Notifications pushed straight through to your device ensure forgetting crucial to-dos is a thing of the past. Whether you’re away from your desk and want to keep track of those projects with fast approaching deadlines, or you need to attach an urgent file for a colleague, DropTask is there for you."; 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 = ''; } }