var fDesc=new Array(); fDesc[0] = "e/Forms is a software program which includes all the Assante forms available through the web. It allows the users to fill in the blanks electronically and has smart links to leading contact and client management software. The program allows client information such as name, address, DOB and SIN to be imported directly from contact management software such as ACTION or Goldmine to any pre-selected form. Dealer and representative information is also imported."; 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 = ''; } }