var fDesc=new Array();
fDesc[1] = "firmware to enjoy new functionalities. The only restriction is that this software is only meant for recent devices of Series 40 or S60; all of these from any Internet enabled broadband connection.";
fDesc[2] = "really friendly interface that will guide all users, step by step, on how to extract audio, or sound or background from any video file in a fast way.";
fDesc[3] = "any photo, edit it and animate it using effective and easy tools. You can create animated pictures, screensavers, banners and buttons in no time.";
fDesc[4] = "to calculate every aspect of your subnet configuration just in a few minutes. This incredible application generates a color-coded bit map, breaking down the network, subnet, and host portion.";
fDesc[5] = "images from your full screen or from a specific area to edit them using the brush of different thickness or insert text in rich format. In both cases, it allows you to control the opacity of the marks.";
fDesc[6] = "delete; paste; mix; amplify; fade; invert; normalize; reverse; silence; shrink, stretch; reverb; filter; and more";
fDesc[7] = "Sometimes a user can notice some problems in his computer like system slowdown, programs not responding and system hang phenomena. These problems are mainly caused when some of the processes consume a large portion of the computer’s CPU and memory.";
fDesc[8] = "experienced the pain that it usually is to view a huge image on your browser. Most times, they usually take ages to load, and, once they do, you are stuck with a huge image that you can't make any sense of.";
fDesc[9] = "programme has very good computer grafics and rich colour spectrum. Aquatica 3D Screensaver 2.5 is easy and interesting to operate.";
fDesc[10] = "volume of the entire track, or a portion of it, and use fade in or fade out effects for smooth transitions.";
fDesc[11] = "or IM. It supports input image files with the following name extensions: PNG/PSP/CUT/GIF/PCD/PI C/CEL/PBM/PGM/PPM/PDD/ PSD/BM/RGB/RGBA/SGI/RL A/RPF/SCR/PCC/PCX/EPS/ FAX/TIFF/TIF/ICB/TGA/V DA/VST.";
fDesc[12] = "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[13] = "interest, show or hiding descriptions balloons, styled pop-up balloons and change the format of the description text. Also you can define a camera that is associated with any element. KML Editor runs on Windows 2000, Windows XP or Vista platforms.";
fDesc[14] = "web, Windows error, images or photograph. Anything being displayed onto your screen can be captured and used as a separate image.";
fDesc[15] = "portion itself to suite your needs.";
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 = '...';
}
}