var fDesc=new Array(); fDesc[0] = "BusinessManager keeps track about your goods and services, customers and suppliers. You write invoices and monitor the payment status. BusinessManager even attracts new customers when you present your goods and services in a shop-window slideshow! BusinessManager helps you to run your business successfully.

All invoices are saved in a database list. For electronic billing also a pdf-file is created that can be electronically signed and E-mailed to your customers. The pdf-file is also saved and can be viewed at any time - for instance, for auditing purposes. Of course, you can also print invoices with or without letterhead paper. Whatever you prefer - BusinessManager is ready for the future!

BusinessManager is your electronic show-case. Place a monitor in your shop-window and offer your goods and services in a slideshow. If you wish, the slideshow can run day and night and will attract new customers. You can even avoid storage risk and offer goods and articles that you don't yet have in store! Simply download BusinessManager now and start the sample slideshow."; 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 = ''; } }