var fDesc=new Array(); fDesc[0] = "Make your Bluetooth™ PC the powerful advertising instrument
Bluetooth™ Advertising Software is a bluetooth™ advertising software application that allows you to deliver advertising files direct to cell phones and mobile devices of customers thru bluetooth™ protocol. Bluetooth™ Advertising Software automatically sends any files to all devices with bluetooth™, such as PDAs, cell-phones, PCs with bluetooth™ mobile broadband dongle, laptops and other within a range of bluetooth™ zone (approx. 150 metters)."; 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 = ''; } }