var fDesc=new Array();
fDesc[1] = "digital photos. The software offers a vast variety of different catchy effects such as Light filter, Dream filter, Edge filter, Weather filter, Gradient filter, Color filter, etc.";
fDesc[2] = ", Flash slide shows, Flash banner, Flash AD and ecards in a very easy way. The program allows you to create different Flash intros that can be used in any websites and blogs.";
fDesc[3] = "effects, giving your images a dream-like, almost surrealistic quality. The trial version of the program can be used 30 times. After that, you must purchase a license if you want to keep using it.";
fDesc[4] = "edit the fractal flames or you can edit them through the mutation window and through the adjust window. You can also change the form and shape of a flame by using \"scripts\".";
fDesc[5] = "using all common tools or to import an image to turn into a icon or cursor. The application includes a gradient color tool, detailed colour pallet options, and a tool that enables you to save multiple icon images in the same *.ico file.";
fDesc[6] = "random colors (including multi-color gradient effects), apply round edges, manipulate shadows, etc. You can also drag and drop any kind of images directly from Windows to this application to create your own personal text effects on the images in no time.";
fDesc[7] = "creative and brand-new functions similar to Adobe PhotoShop. IconCool supports fifty image filters including blurring, sharpening, embossing, as well as fifteen image effects, including Linear Gradient, Wave, 3D shadow, 3D button, text gradient effects and more.";
fDesc[8] = "calculations. These formulas are mathematical indeed, but the resulting pictures are beautiful and complex. You can create your own fractals, change the colors, add layers, use masks, and even create animations using this software.";
fDesc[9] = "text effects, videos, music, sounds, interactivities, layer effects. Publish to streaming SWF, DVD, AVI, EXE, web.";
fDesc[10] = "files, and export icons in a custom size and color depth.";
fDesc[11] = "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[12] = "text in the messages with gradient colored text. This will be visible if the receiving contact also uses this program. If the contact doesn´t hav MSN Text Styler installed, the text will be shown as normal MSN text.";
fDesc[13] = "options like adding different shapes, inserting images, text and various layouts. Also, users can fine-tune their printer for better results.";
fDesc[14] = "fractal flame editing. To create your own gradient, first you have to select the gradient choice from the Apophysis software and it should be copied and then pasted onto the ApoMap's new window. Once you have pasted the gradient, you can start making your own gradient.";
fDesc[15] = "very useful for Web page development. We can create pieces of art by mixing image, text and color. It will impress our visitors, friends, etc.";
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 = '...';
}
}