var fDesc=new Array(); fDesc[0] = "The Star Bill of Lading program is capable of printing all of your Bill of Lading short form requirements to a standard InkJet or Laser Printer. Simply fill in the product shipment info, select a trucking company, click on Print and you're done. The program keeps a log of all your BOL's, for research purposes or to reprint."; 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 = ''; } }