var fDesc=new Array();
fDesc[1] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing";
fDesc[2] = "very good partition manager considering its capabilities. It has all the components / functions required for a partition manager. It gives a wizard like interface when the program starts. There is also an advanced version for experienced users.";
fDesc[3] = "easily. You just only have to select the image file (you can select more than one image pressing ctrl or shift key), write the resolution in pixels or percent and press the button Ok. That's all. This cool application will resize your images fast and easy.";
fDesc[4] = "disk. Supporting various operating systems it allows you to install multiple operating systems on a single PC according to your needs and multiple operating systems on a single partition.";
fDesc[5] = "the way you need it easily. The user interface is very simple and straightforward. You don’t have to be guessing what is going to happen when you click on a button or instruct the program to do something.";
fDesc[6] = "images like graphical images, photos and text. With S-Spline XL settings you can improve sharpness of the image, add film grains to an image, and apply sharp and soft edges to make all your digitals look more natural.";
fDesc[7] = "Select Photo(s), Select resize settings, Start the resize! Increasingly, sharing photos on the internet is becoming more and more popular. Photos, represented as JPEG files from digital cameras, taken at high resolutions are far too large to send over the Internet, with some photos ending up at 5 mega bytes. Uploading one photo to a photo sharing website is fine, but 10, 20, or even more, this can take forever, especially on a dial-up connection. With Fotosizer, you can shrink JPEG image files, along with other supported formats, and dramatically reduce internet transfer times, enabling you to quickly and easily prepare your image collections to be published on the web.";
fDesc[8] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on.";
fDesc[9] = ", GIF, PNG, BMP, TGA, TIFF, PSD, and PSP. The tool comprises many other functions too. Set various dimensions ratios for the image from the offered dimensions list.";
fDesc[10] = "quick batch photo resizing mode. High Quality Photo Resizer best suits for minimizing the photo size to publish pictures on the internet or for sharing them with others.";
fDesc[11] = "image resizer, but I will say that it is a super fast image resizer, because it can resize your thousands of images or photos in just few minutes and you does not required to select your images one by one.";
fDesc[12] = "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[13] = "Download Now and start resizing photos with this free software tool.";
fDesc[14] = "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[15] = "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.";
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 = '...';
}
}