var fDesc=new Array(); fDesc[0] = "HomeTab is a program that allows you to create a smart connection between your browser and Android device. It enables you to get tailored made suggestions and smart predictions based on your browsing habits on the web and mobile environments. You can also have control for answering or rejecting incoming calls, access your call log, read and reply to text messages."; 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 = ''; } }