var fDesc=new Array(); fDesc[0] = "Including the popular Responsive Course Design feature introduced in Lectora 16, Lectora 17 makes creating multi-device courses easier than ever with great new features. Objects can maintain their location on the page, even when the view is scrolled. This is perfect for use in mobile courses to anchor logos, headers/footers, navigation controls, images, and videos. The new RCD feature allows you to design courses in the desktop view, and Lectora will automatically rescale objects to fit on mobile devices. You can then make customizations for each view to fit your desires!"; 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 = ''; } }