var fDesc=new Array();
fDesc[1] = "and 8 cm discs. In only 4 simple steps you will be able to design and print the complete artwork you need for both the disc and its jewel case. You can either print a CD/DVD label to stick on the disc or print directly onto its surface, using Labelflash and LightScribe technology.";
fDesc[2] = "hardwares. Generally, the blurtooth devices come with a driver cd where you have this program. BlueSoleil BlueSoleil 6.4's default view is the \"Bluetooth Places\" which is like the Nokia PCSuite's Windows Explorer extension. \"Search Devices\" icon can be run for finding bluetooth devices.";
fDesc[3] = "virtual CD/DVD which can be used to mount the Image of any disk. So, for the games that require you to put the CD into drive, this program is very useful. Copying Protected or Copy Righted CDs are illegal. But if you own the CD and want to make a backup copy of it, no problem.";
fDesc[4] = "high scores, and a set of new backgrounds and game pieces. The player can choose between four game modes: Traditional, Puzzle, Relapse or Strategy.";
fDesc[5] = "which sounds just like its real-world role model. It comes with a tube amplifier and speaker cabinets, engineered using Dynamic Tube Response technology, and present a wide range of options to the user, providing 120 presets and 11 alternative tonewheels sets.";
fDesc[6] = "close, it takes care of everuthing. This software detects the lack of RAM and increases it, freeing up to 120 MB. The secret is that the program uses the hard disk to apply it as RAM.";
fDesc[7] = "landscape pictures, blending the images to look natural. The program includes 200 masks to change the photo and blend it onto the background image. It also has 60 flower types and 120 cartoons that can be added to the photos.";
fDesc[8] = "make matching groups of three or more and turn the board to gold in more than 120 brain-bending levels. Show off your puzzle prowess and create perpetual cascades by creating matches while new game pieces are falling into place.";
fDesc[9] = "functions like transparency manipulation, blurring, texture and pattern generation, noise creation, mirroring and warping. It also includes amazing metal, chrome, neon, pop art, glass, rainbow, sunshine and star effects. Additionally you can enhance, colorize, add edges to your photos or even encrypt them. Last but not least, there are some effects that can be rarely found like feedbacks, grids and zooming. The 129 basic effects of Plugin Galaxy can be adapted with the help of sliders, check boxes, color dialogs, color pickers and preview coordinates. So you have access to thousands of potential effects. Additionally there are four interface types to match the different effect types. The dialogs were constructed to be easy to use and the attractive interface graphics were designed by a French artist. Plugin Galaxy works with Photoshop, Paint Shop Pro, Corel Photo-Paint and 20 other...";
fDesc[10] = "pocket every ball before they all explode. That´s because they are not balls, they´re bombs, and they will begin a 120 seconds countdown till they burst. If any of that bomb is still on the table when the counter reaches zero, there will be an explosion, and the game will be over.";
fDesc[11] = "game in each stage, which keeps us away from boredom. In addition to this, puzzles are simple but fast, so we can play lots of different puzzles in a little time.";
fDesc[12] = "matching groups of three or more and turn the board to gold in more than 120 brain-bending levels. Create perpetual cascades by creating matches while new game pieces are falling into place.";
fDesc[13] = "world! Go on an aromatic adventure of coffee collecting in House Blend mode, or try Espresso mode for a quick shot of matching madness.";
fDesc[14] = "Audio CDs using a single drive or multi-drive robotic ripping. With Dbpoweramp Batch Ripper 1.0 users can rip over 120 discs per hour through-put per machine (6xdrives).";
fDesc[15] = "Joybee 120 is made for total enjoyment.";
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 = '...';
}
}