var fDesc=new Array(); fDesc[0] = "Maintenance Parts Bin is a comprehensive parts inventory software system. You can maintain your parts inventory as well as databases in the most cost effective and suitable way. The primary functionality is stock control, cater to reorders and parts management.

Maintenance Parts Bin is a single application with multiple functionalities which could incorporate seamless integration into your maintenance management software and spare inventory management software. Unique sliding window design makes printing barcodes, labels, creating Purchase Orders, Invoices easy. Suitable for hospital inventory, aircraft, automobile, wood shops or any place that needs to track and manage inventory."; 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 = ''; } }