var fDesc=new Array(); fDesc[0] = "Zbuggie’s mission is to exceed the expectations and build the loyalty of our clients, maintain our strategic business focus, and enhance the features of our products and services. ZBuggie is committed to providing professional yet affordable products, services, and support utilizing the most advanced technologies available. We work extensively on each new product to ensure that it is user-friendly and feature-rich."; 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 = ''; } }