var fDesc=new Array(); fDesc[0] = "Skyscape CME STAT offers an easy, convenient, flexible way to fulfill your Continuing Medical Education requirements. With CME STAT, you will receive CME activities on any platform every time you synchronize with Skyscape.Activities include topical articles written by renowned experts in the field; news briefs and published journal articles; and reports from conferences and medical meetings."; 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 = ''; } }