var fDesc=new Array();
fDesc[2] = ", state-of-the-art time zone clock program with tons of features, which is intuitively and fun to use. You can set up any number of clocks in a line or grid arrangement (you decide how many columns and rows the grid has) The clock faces can have a different design in the same clock; choose from the many presets or make up your own! Choose analog and / or digital display; clocks can display country flags and can be resized from tiny to full screen Feature Summary Any number of clocks you need, in every possible line (horizontal / vertical) or grid arrangement Unlimited styles - use the clock with or without title bar and window frame Fully customizable list with cities from every country in the world (the capital of every country in the world is included - plus many others) Add, change or delete cities and select Favorites for quicker access Display the time on Analogue and/or Digital...";
fDesc[5] = "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] = "colors from your screen or use the built-in tools to create color schemes. Preview results in your own web pages or export in a variety of formats.";
fDesc[8] = ", holidays and observances reminder with database updatable via Internet, one click access to system tools and features";
fDesc[9] = "mouse over the clock on the system tray. It also has a calendar option which displays a calendar on the desktop. We can choose to have the calendar displaying on top all the time for quick reference.";
fDesc[12] = "corresponding to different time zones. Horas has many features including the automatic adjustment of your computer clock.";
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 = '...';
}
}