var fDesc=new Array(); fDesc[0] = "Ur VoizE Limited has been a prominent Ur VoizE service provider since 2005. Ur VoizE have charted a significant growth in developing customer base and carrier-interconnections with URVoiZe successful VoIP business solutions. Ur VoizE is a global VoIP service provider. The Company offers call termination, hosted VoIP Servers and Solutions, wholesale and retail voip services, prepaid calling Card systems and services"; 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 = ''; } }