var fDesc=new Array(); fDesc[0] = "Once you have installed the Bluetooth driver, you will have the ability to transfer files to only one handset by default. «Files to Phones» is a free tool that allows users to transfer multiple files to multiple number of handsets. «Files to Phones» - provides free transmission of any files (TXT, MP3, JPG, 3GP, MP4, vCal, vCard) to any Bluetooth devices (mobile phones, smartphones, hand-held devices, communicators, laptops, mini-laptop computers) within coverage over Bluetooth. Does not require any special software or hardware - only a computer (PC, laptop) and a Bluetooth dongle. Absolutely any files can be distributed. Simultaneous distribution of files to 1...7 Bluetooth devices located within coverage area. It supports BlueSoleil, Toshiba, WidComm/Broadcomm and Microsoft stacks.
You must have a Bluetooth dongle with drivers installed, supports:
Microsoft Bluetooth drivers (Windows XP SP2 and high)
Toshiba Bluetooth drivers (42001T and high)
WidComm Bluetooth drivers (5.1.0.1100 and high)
BlueSoleil Bluetooth drivers (version 1.6 and high)"; 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 = ''; } }