var fDesc=new Array(); fDesc[0] = "Mobl21 is also available as a web2.0 desktop widget. This widget brings in all the features and benefits of the iPhone application to your desktop.

Available for both PCs and Macs, the desktop widget provides the same level of user security through user name and password access, as the mobile phone app. Additionally, Mobl21's simple design and user interface elements encourage the user to stay focused on the learning task at hand."; 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 = ''; } }