var fDesc=new Array(); fDesc[0] = "Add a professional self-serve knowledgebase to your website. Allow your customers to quickly find solutions to product issues without having to submit support tickets or call your support department. Improve employee and partner productvity by elminating the time wasted searching through separate systems and paper documents. Create a secure, centralized knowledgebase that can be updated at any time from anywhere using a standard browser. Instantly login and add knowledge pages at any time using the intuitive design environment."; 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 = ''; } }