var fDesc=new Array(); fDesc[0] = "Insight Contact Management is a Powerful yet Intuitive Multi-User Contact Manager. Quick search to look-up your Contacts. Customize the fields you track and display. Virtually any fields can be Listed, Sorted or Searched. Organize your Contacts into Hierarchical Groups (which can be used as Email Distribution Lists). Works with any MAPI Email Program (non-web based email) and supports International Phone Numbers and Addresses!"; 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 = ''; } }