var fDesc=new Array(); fDesc[1] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc."; fDesc[2] = "family tree by adding members of your family with data about them. There are a lot of fields to store complete information. Now you will never forget the important date or anniversary, because Legacy will remind you about it."; fDesc[3] = "gallery of screensaver sets and more than 3,000 images or create your personal screensaver using your own photos! Set slide"; fDesc[4] = "program we can find one toolbar, one left toolbar, one panel and one window. We can open add effect or no-effect with them we can see our photos and transform, the colors are amazing and we can enjoy creating pictures like real artists."; fDesc[5] = "cards for your friends, family and relatives and then you can send it via emails, Skype or any file sharing software. Voozie maker gives you the power to create 3D greeting cards in which you can write your own text. You can attach any still picture, mp3 or FLV file."; fDesc[6] = "something with your friends, family or relatives on your personal computer then most probably you select the option to save the password by the messenger so that you will not required to type your username and password each time to login to your account."; fDesc[7] = "view the current time and date of five cities, that you can choose, all around the world. It will be very helpful for users who are working for clients living in different parts of the world or whose relatives and friends are living far away."; fDesc[8] = "to be infallible. This program enables to transfer data between colleagues, partners, customers or friends and relatives in a secure manner. It offers one password for the file, which is to be shared by the two parties."; fDesc[9] = "lives."; fDesc[10] = "relatives. The software allows the users to send voice messages and greetings to others over the Internet."; fDesc[11] = "you can surprise them! SeeYa! 2 will add voice and/or text comments to your slides and will create a compact self-executable or zip file that you can easily email to those you want to share your experiences with."; fDesc[12] = "own family tree. The program is extremely easy-to-use. For creating your own family tree just add special items that designate members of your family and relatives onto canvas and define associations between them."; fDesc[13] = "Much You Love The Other Person? and How Much Does The Other Person Love You? only at www.alovecalculator.co m"; fDesc[14] = "friends and relatives on different networks. It uses PozID (global position identification), IP, Hostname or URLs addresses to connect up directly in between users on the internet."; fDesc[15] = "graphical way. Data can be associated with further files, thus helping keep the memories of ancestors and relatives alive in the family."; 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 = '...'; } }