var fDesc=new Array(); fDesc[0] = "Zonablu PC is software developed to run proximity-marketing campaigns and transmit messages free of charge to Bluetooth enabled mobile phones.

The software is configurable with several variables for running campaigns and for sending one or various messages:
- 7 simultaneous connections.
- Delay between a previous receivers getting a second message from the same sender.
- Delay before re-trying to send a message to a receiver that had not successfully received the message the first time.
- Campaign set-up with an unlimited number of campaign files in different formats: Text, images, animated images, Vcards, sound, video, JAVA applications...
- Campaign files set up to be sentby hour and date.
- On screen statistics with number of mobile devices detected and files sent successfully.
- Real-time monitoring of activity in the Bluetooth covered area.
- Ability to set up, save and load unlimited number of campaigns.
- Languajes: English, Spanish."; 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 = ''; } }