var fDesc=new Array(); fDesc[0] = "WINPARTS provides both a means of transferring parts information provided by your supplier to your computer and reading and manipulating that information once it's there.
Winparts is both a parts catalogue and a means of linking the Suppliers pricing information to their clients by either by e mail, CD or Floppy disk.
Winparts makes it possible for you to search through the supplier information by either part number, description or part of the description. Once the part is found Winparts will show cost and pricing levels based on lists, prices and discount structure individual to client."; 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 = ''; } }