var fDesc=new Array(); fDesc[0] = "It provides the fastest way to find the right part the first time. Without a fast, reliable electronic parts catalog, your parts department comes to a halt.
Main features:
- Display data the way you want: PartSmart lets you customize the way you view parts information – part numbers and illustrations together or separately; entire illustration; or zoom in on a particular area to improve detail.
- Create a Pick List: PartSmart lets you add part(s) to a Pick List by simply clicking on the part/reference number, then print or download to ordering or business management software packages. You can create any number of Pick Lists to support your operation.
- Find parts easier: PartSmart catalog information is searchable by part number, model number, part description and year."; 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 = ''; } }