var fDesc=new Array(); fDesc[0] = "Setting up eOffice on a company desktop or laptop is easy. Simply
follow the link below to get up and running. eOffice is a fundamental change to where your applications are hosted, how you access them and how they are managed. eOffice provides you with a secure, reliable means of delivering applications to your users at the push of a button, anywhere, anytime."; 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 = ''; } }