var fDesc=new Array();
fDesc[1] = "ImageConverter Plus is professional software, which will help you do any possible conversion without errors. You can take advantage from ImageConverter Plus in so many things, i.e. camera, video, pictures, images you named it, something amazing.";
fDesc[2] = "Studio, and a PHP-based web service software — JetPhoto Server. JetPhoto Studio enables user to organize photos by notes, keywords, time and location. The specified date or time the user took the photos will be highlighted in calendar (Month view or Week view). Using the calendar, you can log your travel by taking photos or use digital camera to compose your multimedia diary. As another innovative feature, JetPhoto also integrates GPS technology to locate and link photos on geographical map. JetPhoto Studio provides some utilities to resize pictures and stamp watermarks in batches, generate Flash movie with photo slideshow and crop pictures for your cell phone or PDA screens. Once the photo album is prepared on a user’s desktop computer, only one click is needed to synchronize local album with online web photo album based on JetPhoto Server. All uploaded pictures will be resized...";
fDesc[3] = "program lets us add a watermark in it we can add input text or image logo, we can add text or choose our logo, can selct the position, the angle and the transparency.";
fDesc[4] = "enable you to do what this little jewel does, but there is an outstanding difference. JPEGCrops allows you to crop or resize pictures in batches. Yes, that is easily achieved with many other applications, but you can do it from a thumbnail view with JPEGCRops.";
fDesc[5] = "them more suitable for email, or for any other use. This program can process photos in a batch mode. You can force your images to a specified width and height, and still keep their proportions.";
fDesc[6] = "who wants to enhance photos quickly: in business-related tasks, at home and especially it can be useful for beginners. The program offers you all the editing functions you can think of.";
fDesc[7] = "pictures, but also for scrapbooking, since you can also add text and even hypertext links. There are two ways of starting a project. You can create a new book, which will give you a sort of 3D representation of a book.";
fDesc[8] = "share these pictures it becomes anoying as you spend too much time, because large sized pictures can't be sent as attachment in a mail,can't be stored in a cell phone or any mp4 device and you are tired and don't know what to do, Picture Resizer will help you and take all these problems away.";
fDesc[9] = "looking wizard driven visual interfaces to take you through batch resizing images.";
fDesc[10] = "snap. With this program you can resize images in JPG (JPEG), GIF and BMP formats keeping the original aspect ratio, so your picture will look the same but smaller. All the resized pictures are saved in an specially designed folder and the original ones are not modified or erased.";
fDesc[11] = "development platforms these days. It allows developers to create applications that are complete, accessible and compatible with lots of operative systems. Shrink O Matic is a nice graphics editing application for those who need to resize pictures.";
fDesc[12] = "right-click the selection to rotate, resize, crop, rename, apply effects, convert formats or add caption and frame.";
fDesc[13] = "purpose of sending it by email, publish it on the web or just to save space on your hard drive.";
fDesc[14] = "formats. Picture Resizer Pro 2007 works in batch mode, which means more time for you!";
fDesc[15] = "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...";
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 = '...';
}
}