var fDesc=new Array(); fDesc[0] = "The Warehouse Manager 2011 is a comprehensive Windows based application that will simplify your warehouse operations and increase efficiency, saving you time and money.

Warehouse Manager 2011 covers every stage of distribution from receipt of goods, through to ordering and dispatch.

The system tracks your stock indicating goods that have been stored, current stock levels, product categories, pricing information, serial numbers and weight classifications.

Warehouse Manager 2011 is easy to use with a logical flow of information.

Screens are user friendly and have been designed for rapid data entry.

In addition, the system can readily be customized - data entry screens, reports and menus may easily be tailored to fit the needs of your company.

Optional accounting modules put you in command of your finances with invoicing, debtor tracking and cash allocation of incoming payments.

Handling and storage charges are effortlessly recharged to your clients."; 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 = ''; } }