var fDesc=new Array(); fDesc[0] = "Syncfriend Outlook Client is a very efficient and user friendly tool to synchronize your Outlook automatically with your Syncfriend account and also indirectly with your phone. The plugin will make sure your Outlook and phone are in sync at the same time as you have a secure online backup."; 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 = ''; } }