var fDesc=new Array(); fDesc[0] = "BTW-CE Software Development Kit for Windows Mobile Development Platform includes software and documentation for Bluetooth development on Windows Mobile based products with Bluetooth radios.
It supports Motorola Q smartphones and other Windows Mobile Platforms with integrated Broadcom Bluetooth radios only.
It allows you to create Windows Mobile 5.0 applications using Visual Studio 2005, as well as PocketPC 2003 applications using eMbedded Visual C 4.0 (with Service Pack 2). You can deploy applications either to Windows Mobile 5.0 or PocketPC 2003 devices."; 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 = ''; } }