var fDesc=new Array(); fDesc[0] = "The ExAgent/ExDialog component is a new type of control that allows attaching transparent pictures, and .ACS/.ACF files to your form or dialog, similar to the Microsoft Office Assistant / Microsoft Agent Control. You can add interactive personalities to your application; incorporate a new object of user interaction; attach callouts, arrows, personalities, HTML captions, etc., to your form or dialog, and more."; 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 = ''; } }