var fDesc=new Array(); fDesc[0] = "Software utility to add, update or remove product and service packs for EXFO's FTB and IQS platforms. This software will keep you update with all of your EXFO's applications and it will bring more compatibility and stability with all of your windows versions."; 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 = ''; } }