var fDesc=new Array(); fDesc[0] = "Bluetooth Developer Studio is a graphical, GATT-based application development and debugging tool designed to help developers create consistent Bluetooth services and applications across multiple chipsets and platforms. The program cuts your Bluetooth technology education time by up to 50%, reduces time to market by up to 70%, and delivers a higher quality user experience through more consistent implementations."; 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 = ''; } }