var fDesc=new Array(); fDesc[0] = "The Brock Hotkey is small program that simplifies how you look parts up on brocksupply.com. At the press of a button, the program takes the hollander# from your screen and opens our web site to that parts page for availability, pricing, and ordering. The Brock Hotkey is designed to help you quote and sale your customer the finest parts."; 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 = ''; } }