var fDesc=new Array(); fDesc[0] = "Guide Ti’s planning and advanced search tools result in a 20% increase in worker productivity by providing rapid access to your data. Guide Ti software solution enables you to reduce your maintenance costs, and improve productivity and efficiency in your organization. Guide Ti is a solution that incorporates all the features necessary for you to manage your physical asset maintenance."; 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 = ''; } }