var fDesc=new Array(); fDesc[1] = "labels, dividers, business cards and name badges are a breeze to create. Labels are an essential part of everyday office operations and this software seamlessly interfaces within Microsoft® Word for Windows, adding panache to daily tasks."; fDesc[2] = "expansion pack--or a supplement--to the previous game. It features a tense and exciting stealth action gameplay, a very good sense of style and some interesting, open-ended missions. The new missions are certainly diverse and are quite interesting."; fDesc[3] = "contracts, agreements, letters, board resolutions, plans, proposals, policies, checklists and spreadsheets, Business-in-a-Box™ simplifies and accelerates all your writing tasks. Simply fill in the blanks and you'll be ready to do business in minutes! Features: Save Time & Effort – Don't start from scratch. Simply fill-in the blanks! Save Money – Avoid lawyer's fees by using reliable do-it-yourself legal forms. Act Professionally – Improve your overall productivity and corporate image. Fast Document Search – Perform keyword searches or browse by subject. Easily Customize Templates – Use MS Word & Excel or the Default Text Editor. Auto-Fill Feature – Automatically enter your information in all relevant fields."; fDesc[4] = "ringtones and easily send them to your phone. This incredible program enables you to create your own ringtones and includes over 450 ringtones and more than 200 photos, videos, and logos."; fDesc[5] = "to find all the differences between the original scene and the actual crime scene, this way you will raise your status and you will get new contracts."; fDesc[6] = "planning business. The key objective of RentMaster is to help you to improve efficiency and increase your profit."; fDesc[7] = "the world. What you are going to do in this game can be categorized into two main parts: building up your abilities as a professional soccer player; and deal with relationships and contracts."; fDesc[8] = "you have lots of bills, invoices, or contracts that need to be catalogued and if you like to keep things in order, ArchiveIT! is just the thing for you! ArchiveIT is simple to use and its intuitive menu will ensure that you master the use of its functionalities in just a few moments. We have created it for everyone – not only for archiving experts."; fDesc[9] = "doing exactly that. In Football Mogul Demo 2009 7.0 simulation you get to choose your own players, make contracts, negotiate trades. You have complete authority on the team’s roosters and finances."; fDesc[10] = ", Family, Estate, Real Estate, Contracts and more. Fast, fill-in-the-blanks preparation of the most common documents. Detailed document tips."; fDesc[11] = ", courses, certificates, knowledge, experience, contracts, salaries, fringe benefits, absences and holidays, etc."; fDesc[12] = "resume,vacancies,labo r contracts,user profile support, feedback. The program can be expanded with additional modules."; fDesc[13] = "or emails using data in your Microsoft Access database. Documents can be created easily with any level of complexity."; fDesc[14] = "Finite Difference techniques. General MC pricing framework included: wide range of contracts, price, interest and vol models."; fDesc[15] = ", qualifications, courses, certificates, knowledge, experience, contracts, salaries, fringe benefits, absences and holidays, 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 = '...'; } }