var fDesc=new Array();
fDesc[0] = "Suvidhaa offers the widest bouquet of customer centric services from various organisations.
Features:
-Proprietary platform developed by highly skilled in-house team
-Available on desktop and mobile devices
-Production servers co-located in a professionally managed data center
-Oracle database with built-in redundancy and remote DRS setup
-Assured Business continuity due to redundancy of critical servers center
-Unique Architecture enabling faster and cost effective integration of new services
-Platform agnostic giving a wider choice for service / channel integration
-Highly secure platform
-Near 100% uptime";
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 = '';
}
}