var fDesc=new Array(); fDesc[0] = "Need to create new applications that print from multiple mobile platforms— such as Apple® iPhone®, iPad™ and iPod touch® mobile digital devices, Android™-based systems, BlackBerry® smartphone models, Windows Mobile® terminals or Windows CE® terminals? Use the new apps ZebraLink™ Multiplatform Software Development Kit (SDK). This advanced SDK includes source code samples, documentation and on-phone demonstration modules that make creating custom applications—with embedded support for Zebra printers—clear-cut and straightforward."; 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 = ''; } }