var fDesc=new Array(); fDesc[1] = "needs. This version is completely free, but big companies may need to buy the more full-featured Office Accounting 2008 Professional which includes more complex tools, such as multi currency support, which is an essential feature for businesses selling to international customers."; fDesc[2] = "accounting needs. This version is completely free, but big companies may need to buy the more full-featured Office Accounting 2007 Professional which includes more complex tools, such as multi currency support, which is an essential feature for businesses selling to international customers."; fDesc[5] = "maximize tax deductions and see how you're doing overall. This incredible program is perfect for home business owners and self-employed professionals, and includes all the features of Quicken Premier, plus smart business management tools."; fDesc[6] = "recovered from your PC after they have been deleted. SecureClean is designed to provide every user with the highest level of personal privacy protection by finding and overwriting old data, making it impossible to recover."; fDesc[7] = "master password. Additionally, it offers many useful functions concerning modern and secure password management, password generator.."; fDesc[9] = "front lines of the fight against phishing, to reel in Online scammers ,So you can protect your personal or financial account."; fDesc[11] = "usernames and passwords for later viewing and reminding any time you wish to. Great for all those hotmail accounts, isp usernames, online banking n..."; fDesc[12] = "computer without being overly intrusive, and enables you to go back at any time to investigate past alerts."; fDesc[13] = "payment, investment management, budget tracking, scheduled transactions, check printing, detailed graphs, reports, and much more. Moneydance's easy-to-use interface sets it apart from other financial software."; fDesc[14] = "hide information about you and your browsing habits. Malefactors and online scums don't have a single chance!"; fDesc[15] = "favorite accounting package, including Quicken MS Money, or even Excel."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }