var fDesc=new Array(); fDesc[0] = "Triggr is an application that communicates with your mobile to show important notifications on your desktop. It can take information from mobile applications also. The computer volume will automatically be lowered when making or receiving a phone call. You will also get alerts on reminders and other tasks. The present version works only with Android mobiles."; 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 = ''; } }