var fDesc=new Array();
fDesc[0] = "3G Infocomm Solution, Mumbai is among the leader in providing efficient,cost-effective & responsive one as well two-way SMS solutions along with software and applications for wireless mobile communication. We are presently serving to lots of fast growing number of big and modest BSE/NSE members, Commodity Brokers, depository participants of NSDL & CDSL, banks and pharmaceutical companies, traders for their various kind of operations.
Bulk SMS Solution : Forward SMS to a single person or to group like friends / clients / supplier etc. on their mobile (All Mobile Network within India) from your Internet enabled Computer / Laptop through our Application.
Analysis and design :Uniform General SMS : Uniform:- business promotion / Scheme introduction / Share-Commodity markets tips alike, Text SMS to specific persons/Groups as defined by you. Our Solution is Web application based solution which is a Bulk SMS, Bulk messaging tool designed to provide fast, personalized SMS text messaging Service to existing client database databases.
Managed Support : Database generated SMS for With additional developed software utility,which fetch the required information from your existing database to converts into SMS as per your requirement in MS-excel format.";
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 = '';
}
}