var fDesc=new Array(); fDesc[0] = "IDQ Portal is a managed E.115 gateway service, no longer do you have to tie up capital in purchasing
a gateway when you can use IDQ Portal, paying per transaction.

IDQ Portal provides a cost effective, secure and efficient “one stop shop” solution for accessing International telephone listings for National and International Directory Enquires services.

IDQ Portal is an E.115 IP gateway service developed by AffinIT B.V. Using the service means that you no longer need to own, employ staff and pay maintenance charges to support your own gateways.

Instead you can connect directly to IDQ Portal paying on a per transaction basis."; 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 = ''; } }