var fDesc=new Array(); fDesc[1] = "yahoo. When we open the program we find a clean and simple interface, in it we can open files for show them the video and this give the illusion that we are on live but really we are passing a video or image."; fDesc[2] = "website.Setting up is quite easy and takes no time. We can use this application to view,manage and categorize all the fonts installed and not installed in our computer."; fDesc[3] = "tool for shutting down Windows based computers at a given time. We can select the way we want the computer to be shut down."; fDesc[4] = "acts as a camera we can use to view around at 360 degrees. We are Ash, a male trainer who can walk freely around the mini village, always followed by one of the Pokemon pets."; fDesc[5] = "moviemaking features and faster uploading to Wal-Mart.com for online printing and photo sharing. With the Wal-Mart Digital Photo Manager, customers can create Web photo galleries and use basic editing functions."; fDesc[6] = "(even in a different format, it can be AVI, WMV, MPEG, MOV (Quick Time), VCD, VCD, or DVD). For the input file, MP4 and 3GP formats are supported too."; fDesc[7] = "one format to other. You can use this software when you need to view or convert your favorite video files. This great application will support MPEG, AVI, WMV, ASF, MOV, 3GP, DVD, MP4, SVCD, VCD and other formats."; fDesc[8] = ", WMV or ASF files into one large video file, and save as AVI, WMV, MPEG, MOV (Quick Time), VCD, VCD and DVD format."; fDesc[9] = "screens, or part of a screen to a video file in AVI or WMV formats. You can also record sound with the video using a microphone or directly from the speakers, so now you can record your conversations with friends and save those memories forever."; fDesc[12] = "like that. You need to keep tables stocked. When customers don’t buy what they’ve tried on in the dressing room, you have to pick it up and put it back in the tables. The customers who find what they want will go to the cash register to pay."; fDesc[14] = ", one-click auto enhancement that uses memory colors to analyze the photo and specifically adjust for facial tones, sky, foliage and more. The result? The best one-click solution available today. Also, our deep editing tools are designed to minimize the steps it takes to achieve great photos. We have included embedded tutorials to make it easy to learn the basics and a few tips. UpShot is the most connected software, with access to print or post your photos to Webshots, Flickr, Shutterfly, Snapfish, Wal-Mart and more."; fDesc[15] = "has three or more than three pets in a line (row) after changing, all these pets will be found and player gets scores."; 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 = '...'; } }