var fDesc=new Array(); fDesc[1] = "makeup colors that fit your face, and to improve your imperfect photos, allowing you to fix and cover the facial defects. The program has options to resize your photos and crop parts of them."; fDesc[2] = "Commander Sheppard, a soldier of the elite fleet of the Alliance of Systems (An organization that agglutinates all the old nations of the Earth)."; fDesc[3] = "can brighten up your face, make it small or large, etc. It can whiten teeth and eyes, remove the spots on the faces, and even remove the wrinkles. The output image quality is really great."; fDesc[5] = "program will show you different demo examples to help you to know how to use the program's tools in order to make necessary modifications to your photos."; fDesc[7] = "hairstyles included will show customers how the final result will be, with the capability of changing or varying the displayed look in order to get the closest approach to the desired customer style and/or color."; fDesc[8] = "photographs of the customer, the application can create all the possible haircuts and corresponding makeups to show a final result, before any hair cutting is done. Wide color selection and many options for retouching, blur, eyedropper, etc."; fDesc[9] = "photo image to show you what you would look like with a new hair style or hair colour, makeup or accessories"; fDesc[11] = "scanned or digital photo image to show you what you would look like with a new hair style or hair colour, makeup or accessories"; fDesc[15] = "slide shows your wallpaper with 25 types of transition,playing flash or videos as desktop background. Magic DeskX supports up to 9 virtual desktops, and the operation is as simple as a normal desktops. Magic DeskX have some beautiful scene, every scene is a single active desktop, you can select one scene. Features: Slide Show digital photos on your desktop. 25 types of transition. View flash on your desktop. View videos on your desktop. 9 virtual desktops, each of them can set up single wallpaper."; 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 = '...'; } }