var fDesc=new Array(); fDesc[0] = "FireText Software entertains while automatically collecting user cell phone numbers for Text Message Marketing. FireText works by enabling your audience to send text messages to a designated telephone phone number which would then be projected onto a large screen at your venue.

One of the best things about FireText is that it’s extremely easy to use and highly effective. All of FireText’s features allow you to collect the mobile phone number of every user. You can later use this database of phone numbers with the built in bulk sms feature to send text message promotions and event notifications to your customers in the form of digital tickets or digital coupons."; 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 = ''; } }