var fDesc=new Array(); fDesc[1] = "of publications and marketing materials. Unlike many other Office's applications, Publisher 2007 does not have the new Ribbon fluent user interface and it still looks pretty much the same as the previous version."; fDesc[2] = "what they want. You must cook and prepare everything they want so as to be paid. When you got money enough you'll be able to buy new machines that will increase the number of items in your menu. This will complicate the task but you'll be able to earn more money."; fDesc[3] = "her business running. Your task is to make sure she does all her work and provides the farm with money. You will have a place at the market where you can put all your food for sale."; fDesc[4] = ", PAQ/LPAQ, PEA, QUAD/BALZ, TAR, UPX, ZIP file formats and also can open ACE, ARJ, CAB, DMG, ISO, LHA, RAR, UDF, etc; It supports to open 79 file extensions. PeaZip works in 32 and 64 bit Windows (9X/2000/XP/Vista) and Linux platforms."; fDesc[5] = "quickly. Providing an endless list of capabilities, this wonderful tool allows you to convert any type of printable document into a PDF document which can be published on websites."; fDesc[6] = "graduated from college and is looking for an interesting and challenging job. In the game introduction she applies for a café manager position and receives a call from its owner to hire her. There’s where the game begins. Now you have to help Emily to run the café as good an efficiently as possible."; fDesc[7] = "deal with several customers who arrive to take thier favourite cakes. The plot behind the game seems quite interesting at first sight: a recently graduated girl, looking for her first job, applies and gets a job as a cafe manager."; fDesc[8] = "by BigFish Games. You will have to find some hidden objects, some of them are very well hidden. Another thing that you will find are puzzles that you must solve to move to a next level or to have more clues."; fDesc[9] = "clothing to them, get paid, and do some cleaning when there are no customers in the shop. You can try this game for 60 minutes before you buy the licensed version."; fDesc[10] = "program, you must buy it if you want to run it. WinWay Resume Deluxe 12.0.25.0 begins with a resume wizard, that will guide you step by step to create a resume."; fDesc[11] = "must-try. At the core of the application are the sync jobs. Those allow you to select a folder and establish how to sync it with another folder on the same hard drive or on a separate, external drive."; fDesc[12] = "control in this game, is a girl who has just finished college and now she realizes that she really needs to get a job. In a comic-like story you will learn that meeting a supermarket supervisor in a traffic jam results in a job offer."; fDesc[13] = "career objectives, and deliver those to multitudes of employers seeking just the qualifications you possess."; fDesc[14] = "this love story in which you will take a part as Cupid's assistant. Your job is to create a happy ending for their love story. You play some games for whishes and then use those wishes to create the love gardens."; fDesc[15] = "“what are your strengths?” Whether you’re new to the job market, out of work, or looking for a new challenge, Teaching-you Job Interview Skills will give you the confidence and interview know-how to make a good impression and secure the job of your dreams."; 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 = '...'; } }