var fDesc=new Array(); fDesc[0] = "Our Digital World: Introduction to Computing combines online activities and textbook resources to create an innovative hybrid learning product that appeals to contemporary students who want to do rather than only read.
It's engaging writing style captures the excitement of cutting-edge technology developments and inspires students to explore topics and related ethical and security issues through videos, online research, and hands-on activities. For instructors, this approach offers flexibility in adapting course material to student needs and to course venues, from traditional lecture to online instruction, or a combination."; 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 = ''; } }