var fDesc=new Array();
fDesc[1] = "images together with different layouts, templates, photo frames, mask effects, cliparts and word arts. Created collages can be saved, printed, sent via E-mail or saved as wallpapers.";
fDesc[2] = "wonderful wallpapers and photos for your desktop, emailing, greetings, blogs and other projects. Photo Frame Show offers different photo frames with amazing graphics for your or your family's photos.";
fDesc[3] = "your digital photographs with professional results. If offers over 200 different frames, which can be modified and customized with an extensive list of digital effects. Its professional-looking interface, full of attractive options and endless possibilities, is however very easy to use.";
fDesc[4] = "now and then, people are covering those moments in their digital cameras and mobile cameras. Now when you want to put your imagination with those snaps and make them more creative here is an answer to your artist need called Photo Artist 2.";
fDesc[5] = "users to add quickly and easily different style frames, from standard, colored, cool frames, to special shapes. It allows to resize, rotate and adjust brightness, contrast and hue, without affecting the selected frame, as well as color the photographs, and add text to the photos.";
fDesc[6] = "Frame Genius supports all popular image formats: png, psp, cut, gif, pcd, pic, cel, pbm, jpeg, bmp, tif, psd, pic, pgm, pcc, pcx, pdd, tga, vda, vin, vst, wmf and emf are among them.";
fDesc[7] = "included frames makes it possible to select a frame that is just right for the photo your working with.";
fDesc[8] = "and sharing scrapbooks with family and friends directly via E-mail or slide-show. The exclusive design, fun and easy usage, fabulous backgrounds, and ready-to-use scrapbook templates, will surely inspire you to create more commemorative memory in minutes.";
fDesc[9] = "of your photos, create collages and add effects to your images. You’ll be able to upload images in BMP, JPEG (JPG), GIF, PCX, PSD, PNG format, edit them and then save them on GIF, BMP, PNG, and JPEG format. Available in 8 languages.";
fDesc[10] = "templates available. The various Photo editors available need excellent skills for using and are quite complicated to use. The key feature of the ace photo frame is therefore its user-friendliness and ease in use.";
fDesc[11] = ", convert,resize and rename a great number of your photos in ease.";
fDesc[12] = "change the contrast, brightness and color settings of your photos before you frame them using the program. The program is designed keeping the novice in mind and the user interface is as simple as 123.";
fDesc[13] = "offers a great variety of photo frame versions (from classic to most fancy frame samples) as well as gives an opportunity to generate a frame out of user patterns. Artistic: A photo frame gives an image the final touch, makes it look complete and of artistic value. Depending on the occasion it can be a strict frame or a colorful motley decoration. Whether you wish to decorate a birthday card or to make a marriage album, you can rely on the program - it will add any photo elegance and style. Original: Create your own unique frames! Save a square or rectangular pattern as a graphic file and use it to generate an original photo frame. The result can be astounding! Flexible: Photo frames that come with Frame Suite can be easily tailored to your particular photo. Select a color for the frame; choose its form, its style, the instenity of the applied edge effect. If you enjoy working with...";
fDesc[14] = ", poorly cropped images and fit many more photos into the frame's memory. Preserve and stamp EXIF data onto output.";
fDesc[15] = "ID-size photographs always come in handy, so does the IDPhotoStudio that creates and prints passport sized photos in a snap, and provides the user with a great option rather than going to malls and photo shops and getting them every time.";
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 = '...';
}
}