var fDesc=new Array(); fDesc[1] = "The present limit is 20 folders with 20,000 files each and no more than 4 GB in total. Very useful to avoid the hassle of transporting files in a USB drive."; fDesc[2] = "millions of people in existing audio and video chat rooms, or create a video-conference of your own to bring together other PalTalk users with similar interests. You'll enjoy 6 full video windows of your friends while communicating in chat rooms."; fDesc[3] = "this program we must go to the ZoomBrowser Interface. Canon Image Gateway is a free service that Canon gives to Canon Cameras owners."; fDesc[4] = "especially if you are a beginner and also if you are a good opponent to the experts players. You will be able to play against eight poker champions at the same time."; fDesc[5] = "and securely. Being compatible with multiple operating systems, it gives full support to heterogeneous host and remote devices."; fDesc[6] = ", leaflets, certificates, holidays and invitation postcards, and more. This software has a very easy and interactive interface. Now you don’t need to spend much time on this work, it will take just several minutes to prepare all the material you need."; fDesc[7] = ", TOC, mail merge. Full support for professional printing. Many awards (see http://www.serif.com/c ompany/awards.asp). FREE. Registration required."; fDesc[8] = "a good looking interface so you can work fast and easy. You can also create greeting cards, post cards, and thank you notes. This program run with Microsoft Windows."; fDesc[9] = "create your very own created photo cards for different purposes from announcements to invitation card from holiday cards to greeting cards. You can use these cards for any purpose as you want. Using and creating a card by Photo card maker is very easy."; fDesc[10] = "share your music with up to 30 friends. That way, the 30 friends can access the files saved in each others hard disks, and listen to that files."; fDesc[11] = "not have any problems when using it. Select the photos you want to make collage of and apply different effects to them, i.e. you will be able to add frames, masks, cliparts and many more."; fDesc[12] = "simple expression of thoughts. Print Perfect Deluxe has more than 210,000+ high quality images. The software allows customization by providing 3000 projects for editing to suit the needs of expression."; fDesc[13] = "circuit as a new protégé who will play against the top poker players and qualify for the winner takes all, invitation only, Tournament of Champions at the Rio Resort in Las Vegas f"; fDesc[14] = "frames suitable for any mood and occasion -- holidays, birthdays, roadtrips."; fDesc[15] = "management, budgeting, RSVP management, invitation printing, and our exclusive Merge-Data feature which allows you to share guest data."; 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 = '...'; } }