var fDesc=new Array(); fDesc[0] = "CablePro is a complete Cable Management System for computers that run Microsoft Windows. The software application is designed to document campus and/or building cabling infrastructures. Plus, CablePro contains tools to assist the Cable System buyer or seller and/or IT Manager with cataloguing telephone and computer network information or architectural drawing information into a concise "cable specification" and "cable management document"."; 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 = ''; } }