var fDesc=new Array(); fDesc[2] = "to associate the labels of the Windows Live Photo Gallery to the profiles of our friends in Facebook, and keep the tags that attach to your photos through the recognition of faces of Photo Gallery."; fDesc[3] = "Files can be saved in a format different from the original by selecting the \"File - Save As\" menu option and choosing the type you want to save the file in. There is a batch converter module to convert several files at the same time."; fDesc[4] = "automatically logs you into the right Windows account. Stop wasting time choosing your Windows account and typing your password. Just your smile is all you need to login!"; fDesc[5] = "feature recognition allows automating post-processing such as red-eye removal and skin tone adjustment, creating 3D head models and morphing tools."; fDesc[6] = "automatically with popular Internet Atomic time servers. Desktop display options include analog, digital, millennium, world analog and world digital. You can show seconds, show date, or change to Transparent mode. In transparent mode, the clock seamlessly melds into your desktop. Clock G2 also has an Always on Top mode, and a Send to Back mode. When in Send to Back Mode, the clock stays out of your way by disappearing whenever you pass your pointer over the clock face; the clock then reappears automatically. Clock G2 will even check your e-mail for you. Define your POP3 email server and Clock G2 will notify you when you have email. Specify how often you want Clock G2 to check for email, and it will notify you with a sound of your choice. Download the 30 day trial. Now search over 4,800 worldwide cities with Clock G2's built-in city search database, giving you the ability to easily add..."; fDesc[7] = "an entertainment package."; fDesc[9] = "using advance face recognition technology to verify the identity of the user and control the access to your PC account."; fDesc[10] = "how they looked in the past and will look in the future. Show couples what their children will look like."; fDesc[11] = "recognition."; 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 = '...'; } }