var fDesc=new Array();
fDesc[1] = "astonishing image and text watermarks to your documents and pictures. Its simple and intuitive user interface with readable buttons, allows you to find things more easily and fast.";
fDesc[2] = "commercial photo editing software like Adobe Photoshop 7, CS, CS2, CS3, Adobe Photoshop Elements 2, 3, 4, 5, 6, Coral Jasc Paint Shop Pro 7, 8, 9, Corel Paint Shop Pro (Photo) X, X1, X2, Corel Photo Paint 11, 12, Xara Xtreme, Microsoft Digital Image Suite 2006 etc.";
fDesc[3] = "Version 2.0.0 (Beta Release). Some very great functionalities and features are available in this version and the graphical interface are greatly enhanced with new and easy controls. I invite you all to experience the powerful tools and utilities along with digital image editing and processing appliance of Oriens Enhancer GOLD, all clubbed to one Software, and even great than that, it's FREE.... Some New and Hot Features in Oriens Enhancer GOLD: 1) GIF Animator Cum Frame extractor. With this feature, you can view animated GIF image format and extract all the frames (constituent images) with live preview of all the available images that make up the GIF image. There is also an image File Treeview Browse control for easy search and view of GIF image. You can play, Pause, load, Unload currently animated GIF or you can Save all the Constituent Images in one time (Batch Save). You can start...";
fDesc[6] = ", edit, converter images. 27 amazing image effects is included! They will make your computer more personal.";
fDesc[8] = "slide show), manage, edit and master photos. It is designed to work with .JPG and .JPEG files.";
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 = '...';
}
}