var fDesc=new Array();
fDesc[0] = "miOOt Live Chat allows your web site visitors to connect to your company representatives and have their questions answered instantly by clicking on a live chat button embedded on your web site. miOOt Live Chat is a 100% hosted, on-demand live chat software solution which means there is nothing to install on your servers. For your staff, miOOt Live Chat creates a "bird's eye" view of every web site visitor and which page they are browsing in real-time. Instantly see which city and country your visitors are coming from and which particular product or service offering they are interested in. Provide a "virtual hand holding" with your visitors in order to assist them through purchases, while building trust in your company, and getting to know your customer on a personal basis.
Live Chat Benefits
miOOt live chat brings a number of benefits to the business managers looking to improve the efficiency of their Customer Support Service and cost reduction. It Includes";
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 = '';
}
}