var fDesc=new Array(); fDesc[0] = "Don’t spend days poring over documents and running calculations. Let AGMA’s new Gear Rating Suite calculate load capacities according to ISO 6336 and AGMA 2001 Standards for you! Software with user manual and complete Set of AGMA and ISO reference standards."; 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 = ''; } }