var fDesc=new Array(); fDesc[1] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[2] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2."; fDesc[3] = "each of the five prescribed prayers. It can be fully customized to our preferences. It lets us select audio and images, set reminders, select our location from the list provided, see the Quiblah direction, etc."; fDesc[4] = "hardware or monthly subscribtion. Only the best quality channels are included in the database. TVzation covers the most programs broadcasting on cable and satellite TV."; fDesc[5] = ", monthly, even annual calendar views enabling them to organize their appointments, schedules and keep note of important dates. The Calendar Wizard included with Calendar Creator 12.0 provides users with the choice of over 250 customizable templates."; fDesc[6] = "programs from around the US and the world! Your cable company doesn't offer this! And there is no monthly fee!"; fDesc[7] = ", music, and much more entertainment without any extra equipment or monthly fees. You will have the chance of turning your PC into a TV and a super strong Radio in no time. Without any extra monthly fees or hardware. All you need is a PC and Internet connection and that’s enough to let you start."; fDesc[8] = "download capacity monthly, Broadband Download Monitor is for you. Broadband Download Monitor, as his name explain, is a free internet traffic monitor that can limit the connection bandwith"; fDesc[9] = "similar to the one found in most checkbooks. You can also define your own holidays and important dates."; fDesc[10] = "Pte Ltd. There is a trial version available from the developer’s website. We can select to download it as an exe file or as a zip file. We can evaluate it for 30 days. This software is an alarm clock plus a reminder for Windows."; fDesc[11] = "manages various activities with various features to remind activities like birthday, meeting, important event, holiday, daily, weekly events and many more. Once your region/city is selected, Actual Reminder also shows weather forecast for 10 days"; fDesc[12] = "personal or professional commitments, it would prove out to be a great blow to their valuable relations. Now, users don’t have to worry as they will get a permanent companion in the form of Multi Reminders will won’t allow this tragedy to happen with them."; fDesc[13] = "internet connection. It counts downloaded and uploaded data and reminds you when you reach your maximum limit. It runs in background mode and starts automatically when your system starts."; fDesc[14] = "This program features a smart and friendly graphical user interface. We can enter our income and expenses on a monthly basis and view the balance. There are eleven specific categories for expenses that cover all aspects of our daily life."; fDesc[15] = "month you can enter and customize monthly expenses including Rent/Mortgage, Utilities, Grocery, Entertainment, Phone, Medical, etc."; 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 = '...'; } }