var fDesc=new Array(); fDesc[0] = "CompanionLink will synchronize your PC data to your Phone and Tablet. Specialized in Contact, Calendar, Task and Memo sync. Use CompanionLink if you need: US Based Telephone Tech Support, sync without Exchange or Samsung Smart Switch, sync without sending data to Google and Microsoft, sync Outlook Folders, colored categories on your phone calendar, direct Sync Act! IBM Notes, GoldMine to Outlook, HIPAA Compliant."; 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 = ''; } }