var fDesc=new Array();
fDesc[1] = "camera's built-in functions. Not only does ZoomBrowser EX provide a simple straightforward procedure for everything from downloading, organizing and editing images through to printing your images or sending them as e-mail attachments, it also offers a range of features specifically designed to combine with and make the most of your camera's functions. Some of these features are RAW image processing, panorama image composition, and a remote shooting function that lets you control the camera from your PC. ZoomBrowser EX -- software that knows your camera and will change your total digital camera experience.";
fDesc[2] = "and scanners. Ulead Photo Explorer is more than a simple image viewer. It integrates functions of acquisition, edition, cataloging, organizing, adjusting and sharing digital images and video clips. This powerful and easy-to-use program has clear and simple toolbars.";
fDesc[3] = "offering the best performance even with large files and folders. This incredible program will help you get your family and friends excited with perfect photos, multimedia presentations, brilliant printouts, photo books and many other creative gift ideas.";
fDesc[4] = "photos with multiple options, then Turbo Photo is an excellent program to try. With this powerful application you will be able not only to edit your photos in a professional way, but also create beautiful albums for your pictures.";
fDesc[5] = "easy and user-friendly interface and easy to use special photo editing tools with import/export functions. Photo Go gives the possibility of full control and organization of photo collections. It can organize even very large photo archives.";
fDesc[6] = "compensate for different time zones within seconds. Also works as a batch renamer to convert your files to a specific format";
fDesc[7] = "photos, music and video files from basic format to high-end raw image formats.";
fDesc[8] = "the person?s eye color so that it will match his or her clothes color.";
fDesc[9] = "create albums from pre-designed templates to fully customized albums (includes backgrounds, frames, etc). Is compatible with the previous versions.";
fDesc[10] = "programs can only print one photograph per page. And most desktop publishing programs are very pricey.";
fDesc[11] = "support the activities associated to the Digital camera and photography. Pennock's World has come up with PPR - Pennock's Photo Renamer, an amazing tool to rename as many files as you wish in just one go.";
fDesc[12] = "phone. This unique program quickly converts all video contents so that it can be transferred to a memory card. The movie content can then be viewed on a Sony Cybershot or Casio digital camera.";
fDesc[13] = "colored lights strung around the Christmas tree and your own photo on the mantelpiece. The scene is displayed in 3D from different camera angels.";
fDesc[14] = "pixels.";
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 = '...';
}
}