var fDesc=new Array(); fDesc[0] = "Bluetooth technology is always functioning, and can connect to other Bluetooth devices with Quick Connect.Consider your Bluetooth cell-phone. When brought within range of the USB Adapter, connected to your PC, you can upload phone directories onto your phone, dial out on your dial-up Internet connection on your cell-phone, or grab photos if your phone has an integrated camera."; 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 = ''; } }