var fDesc=new Array(); fDesc[0] = "Bontact is software designed to help you to contact your website visitors online. Bontact offers you all the solutions for live support through your website.
The high-quality chat service developed by Bontact is suitable for any business wishing to provide its website's visitors with the highest level of customer service.
Callback is a service allowing your customers to phone you with just one click. Using this application, customers can contact your business by telephone, simply by clicking an icon on your website."; 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 = ''; } }