var fDesc=new Array(); fDesc[0] = "SOR Shell Extension is an extension for the Windows shell to add additional support for SOR-files, i.e. Bellcore GR-196/SR-4731 Standard OTDR Records. It integrates into the Windows Explorer and many other Windows applications, allowing user to view and edit SOR-files from within those applications."; 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 = ''; } }