var fDesc=new Array(); fDesc[0] = "Proto Industrial Tools is a free interactive digital catalog that brings you information regarding the Proto industrial products. You can click the thumbnail button to view and access pages, use the table of contents to go directly to a category, type a page number and jump to that section."; 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 = ''; } }