var fDesc=new Array(); fDesc[0] = "Hot Lava Mobile enables you to develop content once, securely deliver it across a variety of mobile devices, ranging from basic mobile phones to Smartphones and tablets, and analyze results.
Hot Lava Mobile is the leading mobile learning solution to rapidly develop, deliver and analyze the use of all types of device independent mobile content to meet a wide variety of priority communications and mobile learning scenarios. Unlike traditional mobile content development, Hot Lava Mobile allows you to develop content once (what we call single-source) and deploy it in multiple formats to multiple handhelds, mobile phones (Symbian Phones, BlackBerry, Windows Mobile Pocket PC’s, iPhones, etc.) and tablets
Use PowerPoint to rapidly develop rich mobile content. Leverage Hot Lava Mobile's plug-in to add polls, quizzes, and assessments.
Takes advantage of smartphone and tablet capabilities to provide offline viewing and tracking as well as server synchronization."; 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 = ''; } }