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] = "skins. You can change the look of your Windows to Mac, Vista or your favorite game or a sport theme like cars, or cartoons and much more. WindowBlinds offers 8 themes that come along with the program.";
fDesc[3] = "known feature it includes is the option to keep translucent borders when a window is maximized, something that Windows Vista turns to black automatically.";
fDesc[4] = "the Steps and the other is the Images. In Steps Panel you can find five buttons one of them is Open for search your images.";
fDesc[5] = ", easy and allows you to edit and create good looking layouts. It also lets you save your work and use it as wallpaper. It has a really simple and intuitive interface, so you will easily understand how to you use it.";
fDesc[6] = "three windows: Code editor, Visual editor and Preview. Tables, fonts, frames, forms, backgrounds, icons, toolbar buttons, blog icons, image borders, etc., are ready to be inserted and dimensioned for the user to build whatever is necessary for the project.";
fDesc[7] = ", and many more. The composition templates are divided into three categories, for 1 to 3 photos, from 4 to 8, and for more than 9 photos. We are allowed to resize and fully edit the images.";
fDesc[8] = "ARTBorders can download new frames and borders from our web site. There are over 200 new frames and borders available on the web site!";
fDesc[9] = "and sizes, select the cloth, and much more with PCStitch PRO 9! Your creativity will be at its highest point with it! Make your hobby even easier to accomplish, and make a job of it if you please. Wait no more! Create now and enjoy it!";
fDesc[10] = "icon and has an added layer support as well. For the purpose of animation, it features NWA compression. The application has glyphs and per pixel borders support layers.";
fDesc[11] = "semi-transparent borders will give a professional and stylish look to any photograph. ARTEdges will offer you over 160 various effects that use the specially prepared images, masks.";
fDesc[12] = "you to edit the text on your card and move the borders as you wish. This allows to create a big variety of cards with many options available.";
fDesc[13] = "moving your mouse continuously from side to side. With this small program you won't have to drag your mouse all across the desktop anymore, since wh";
fDesc[14] = "images in four different forms: Normal: the image is contained in a normal window, with borders and clip controls. It is displayed in the original format if it fits in the screen, otherwise it is automatically reduced to the maximum size fitting in the screen. You can then optionally crop or resize the image by dragging the windows borders or the image itself, hide the borders and even set the image in a slow and random motion. The cropped or resized image can be saved in JPEG format with selectable quality level, with original resolution or with the resolution seen on the screen. Full screen: the image is shown in the middle of the screen, on a black background that fills the rest of screen, hiding anything else. You can pass from normal view to full screen view and vice versa by double clicking the image Slide show, with an optional, barely noticeable status bar showing various...";
fDesc[15] = "windows style interface is easy to use and navigation is controlled by mouse clicks. For example, if you wish to move your textured image in the Preview Window, pan the image by clicking on the left mouse button, holding it down and moving the mouse.";
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 = '...';
}
}