var fDesc=new Array(); fDesc[0] = "Virtual Call Center provides one of the most comprehensive and state-of-the-art cloud-based call centre software solutions in Europe. You can start your new call centre or extend your existing service, and use it from anywhere in the world, without initial investment expenses.

Using the Virtual Call Center solution you and your colleagues can start your successful call centre activities, without any technical issues or needing any specialized computer."; 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 = ''; } }