var fDesc=new Array(); fDesc[0] = "This software enables customers to browse Thomson West's Collection of Medical Illustrations. Subscribers to Westlaw Pro Plans containing Medical Litigator Images will also be provided Smart Labels editing functionality. This functionality allows customization of the figure titles, labels, and leader lines on images downloaded from the Attorneys Medical Atlas, Blausen Medical Illustrations: the Standard Collection, and Blausen Medical Illustrations: the Premier Collection databases on Westlaw®."; 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 = ''; } }