var fDesc=new Array();
fDesc[0] = "JAZ Communications has been a prominent VoIP service provider since 2005. Ever since inception, have charted a significant growth in developing customer base and carrier-interconnections with successful complete VOIP Business Solutions. JAZ Communications mission as a global communications provider is to sustain mutually valuable relationships with its customers, employees, and community.
Best-in-class technologies, streamlined business processes, and solid ethical standards ensure every business and residential customer gets exactly what SC promises: affordable custom solutions and a consistently satisfying customer experience. SC remains committed to distinguishing itself as a highly competitive and profitable business that earns loyalty and respect by putting people first.";
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 = '';
}
}