var fDesc=new Array(); fDesc[0] = "Datacake is a completely independent application, you don't need any other database software to use the program; it will quickly and efficiently store all the information you need to run your business in an organized and professional way. The software will automatically calculate the required ingredients for any cake size from five to sixteen inches based on your recipe for an eight inch cake, it will calculate the price of any order or quotation for any number or type of cake in less than a second, store details of all past orders and quotations, produce an invoice or quotation and many more functions at the click of a button. Datacake has additional features such as profit reports for completed orders, projected profit reports for pending orders, sales reports, orders required by date reports to keep you informed of orders due for completion, customer and prospect lists and many other functions including mailout routines to contact your old clients and prospective clients on the anniversary of their order, automatic invoice and quotations etc."; 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 = ''; } }