var fDesc=new Array();
fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean.";
fDesc[2] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more).";
fDesc[3] = "You will play in different scenarios, from the jungles to the plains and everywhere in between. There are some special pieces that can be connected to any other, even different ones, to form a tile.";
fDesc[4] = "pre-made one included in some of the wide arrange of templates sets that the program has included, or you can buy and download more templates from Laughinbird´s Website.";
fDesc[5] = "screensaver presents a map of Middle Earth with a rotating Ring of Sauron that changes its size as it gets closer to you for a better view.";
fDesc[6] = "trix, and a rotating game board that cause the game pieces to tumble around make this game a real blast.";
fDesc[7] = "portrait. Pivot Software supports this rotating orientations: portrait 90, presentation 180, portrait 270, and landscape, as well as multiple monitors in Windows® 2000, XP, and XP x64 edition.";
fDesc[8] = "program that enables the user to edit pictures from the desktop. Once the pictures have been edited through actions like cropping, rotating or zooming, then they can be synchronized once again with the handheld device.";
fDesc[9] = "You can configure the position, scale, camera and utilize any of the predefined motion templates. Also you can set the length for each scene and transition, add audio and configure motion for the scenes. The project includes a previewing window.";
fDesc[10] = "editing images, like rotating, removing red-eye effect, converting to black and white or sepia mode and many more. Also you can add additional information to each photo, for example, about conditions the photo was taken in.";
fDesc[11] = "single utility that replaces almost all different utilities for various applications that deals with image editing to generating HTML codes and Emailing to FTP uploading, etc.";
fDesc[12] = "the underwater world and will put you on the sonar operator seat. You will be able to see an amazing sonar screen complete with rotating beams and marks for depth distance and more.";
fDesc[13] = "possible direction, zoom in/out and lots more. The application creates grid of heights using the height data that has been obtained and writes it to a file, along with the other required information, loads the file and the map image or the image section and displays the 3D map.";
fDesc[14] = "Building on years of research, AIPL SpinCycle is the best plug-in to digitally simulate a rotating speaker. If you closed your eyes and played an actual Leslie speaker, then played SpinCycle, we bet you couldn't tell the difference! We couldn't! It's that good (patent 6,873,708 and more pending). Add this sound to organ (e.g. Hammond organ), or to guitar and vocals to produce harmony or a unique flange, and hear the difference! AIPL SpinCycle simulates a mechanical rotary tremolo and vibrato system and is based on the Doppler-effect. There are thus no sonic tradeoffs, just great big rotary sound! In addition to simulating the vibrato and tremolo modulation, SpinCycle simulates the tube pre-amp, as well as automatic speed controls and stereo-effects for an infinite number of microphone placements. To simulate the classic Leslie foot pedal, use the AutoRhythm setting. To create a totally...";
fDesc[15] = "image, rotating, paint a image and more. It is fast and easy paint program. Program features: screen capture, resizing a image, changing bit per pixel on a image, painting with mouse, rectangle, circle, line, pixel, font, color adjustement, suppports for opening and saving GIF, BITMAP, PNG, PCX, PPM, TIF, JPEG, TGA graphics formats, rotating a image, animation.";
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 = '...';
}
}