var fDesc=new Array();
fDesc[0] = "The TextBlue Proximity Sender has been designed to be extremely easy to use and even includes a built in Business card and Digital Flyer creator, allows the user to turn their PC or Laptop into a very powerful Bluetooth Proximity Advertising System which will automatically send Bluetooth messages directly to all Bluetooth enabled mobile phones in the area.
Main Features:
- Multiple Simultaneous dongle support
- Centrally managed campaign management
- White List (Send to these mobiles only)
- Black List (Don’t send to these mobiles)
- Campaign creation Wizard
- Digital Business Card creator
- Digital Flyer Creator
- Full Reports Set
- Graphical Reports
- Campaign Scheduler
- Multiple Language Interface";
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 = '';
}
}