var fDesc=new Array();
fDesc[0] = "Blue2Max is Bluetooth® marketing system (Proximity Marketing System). With Blue2max, you can advertise your business and take it to a new level that you couldn't imagine that it's possible.
Main features:
- pictures (gif, jpg ...),
- movies,animations, videos
- vCards (send your number, name, mail, web address,...)
- Coupons - you can send unique coupons with free gifts, discounts...
- java
- mp3
- wallpapers
- Flash lite files (.swf)
- Any file supported by a mobile phone (pdf, xls, doc, ....)";
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 = '';
}
}