var fDesc=new Array(); fDesc[0] = "GinBASE is the leading software in ginning industry of Pakistan. Having more than 300 cotton factories in its satisfied clients list this product is running in more than 40 cities of Pakistan starts from Hydarabad to Sahiwal.
GinBASE XP automates all of the process and jobs of the factory such as Arrivals, Weighments, Purchasing of cotton, Ginning, Weight notes, Sales, Departures, Production in Oil Mill, Sales of all by-products of Oil Mill and especially all of your factories financial matters. By keeping record of Heaps, Bags, Stocks, Purchasing and selling information, Brokerages and many other data it provides more than 100 reports based on above data.
This beautiful and very easy to use software can be interfaced with electronic weighing scale to get automatic weights directly into computer and can be used in an unlimited number of computers in a network."; 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 = ''; } }