var fDesc=new Array(); fDesc[0] = "Parts&Vendors is a personal parts list manager and vendor database that helps keep track of all the components that go into a new product design. Its features make it easy to keep track of the sources and costs of a new design as the development work progresses. It can be used stand-alone as a simple desktop application, or a single data file can be shared among a group of users. Data on-screen is unbound (isolated from the main data file until saved or refreshed), ensuring smooth workgroup data file sharing.

Once you begin to enter your own P/Ns and item data, you'll find it easy to organize them into top level assemblies and sub-assemblies."; 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 = ''; } }