var fDesc=new Array(); fDesc[1] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs."; fDesc[2] = "player."; fDesc[3] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more."; fDesc[4] = ", one can enrich a homemade slideshow movie with animations like snow falling from the sky, snow on the ground, snow balls, etc."; fDesc[5] = "pig wearing a Santa’s hat. The protagonist of this game is a female pig that is a specialist at cooking apples dessert. The mission in this game is to bake homemade apple pies for her little piglets, but before she can bake these delicious apple pies she has to gather some delicious apples."; fDesc[6] = "featuring unlimited editing options. It's easy to use and follows three simple steps: Download and record, Arrange and edit, and Export and use. You can try this application for a period of 7 days expandable to 30 days."; fDesc[7] = "many more. You can also use your own existing Logo, images, and clip art to help create your labels. It is a versatile label creation software. Not only are there many templates to choose from, but it also comes with a vast array of images in their library."; fDesc[8] = "the connector as well as the optimum can length. Boost your WiFi signal with this cheap and easy to make antenna."; fDesc[9] = "occasion. Send out those unique cards to your staff, family and friends."; 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 = '...'; } }