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. This new publishing feature enables smooth transitions within your courses—for both desktop and mobile—giving the end user a more immersive view of the course. Now, you can provide the same engaging experience on mobile devices as on the desktop. Media can now automatically play when a page is opened, simplifying delivery of voice-over narration and video content."; 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 = ''; } }