var fDesc=new Array(); fDesc[0] = "Skip Manager has been designed to facilitate the efficient delivery and collection of waste bins. It is ideally suited to small and medium-sized operators who have the need to schedule and manage the delivery and pickup of skips and other rubbish removal jobs.

Some of the features of this software include:

* the ability to manage and schedule the delivery of waste skips to multiple customers including delivery and pickup dates as well as customer's preferred times;
* a customer database that tracks preferences, job history, outstanding payment amounts and account customer details;
* the creation of delivery areas to simplify truck routes, planning and tracking;
* the ability to monitor and report on skips and skip availability;
* the ability to create single jobs, ongoing (repeating) jobs that occur regularly, or other, non-skip-related jobs;
* fast and simple job scheduling;
* quick and easy data entry including the ability to access data and enter information from multiple computers simultaneously;
* invoicing and tax breakdowns;
* tracking and monitoring of customer payments and
* the creation of reports on skip availability, job sheets, outstanding payment amounts, customer histories and financial year statistics.

By using this software you can:

* ensure you always have a waste skip available for a scheduled job;
* tell if you will have a skip available for a 6-day-hire in 3 weeks time;
* tell where a particular skip is located (or where it was located 4 months ago);
* tell how many skips of a particular type you have available next Thursday;
* tell who owes you money and warn an operator that money is outstanding before accepting a new job;
* see the trend of skip availability for the next month."; 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 = ''; } }