var fDesc=new Array();
fDesc[1] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox.";
fDesc[2] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[3] = "if necessary. It also shows you some important data about your hardware. SpeedFan 4.33 gets info from digital temperature sensors and internal chips of some components.";
fDesc[4] = "basic text editor. Editpad Lite contains a tabbed interface from where you can quicky switch among open files by clicking on their tabs.The tabbed interface also helps in reducing unnecessary cluttering on the workspace.";
fDesc[5] = "currently used applications. It also offers you many features such as a calendar, web search widget and a click. Object Dock allows you to fully customize the dock, its position and many options and effects.";
fDesc[6] = "application is a desktop program that you need in order to run Yahoo! Widgets. The Widget Dock is a handy at-a-glance way of keeping on top of the information or entertainment the Widget handles";
fDesc[7] = "entrancing play modes, explosive new gems, and dazzling special effects! Brilliant colors, incredibly smooth to play, good sound effects.";
fDesc[8] = "configurable popup calendar that opens when the systray clock is clicked. No more double clicking on the clock just to view the calendar in the Date and Time Properties dialog box.";
fDesc[9] = "include your notes, tasks, reminders. The program «feature» is its layer system – separate organizers functioning simultaneously. Excellent choice for a home user!";
fDesc[10] = "Vista gadget so you can use it even without the sidebar. The clock has many features, but after all, it is simply a clock. You can set the clock to be always on top, to be unmovable, to be pinned to the desktop and more.";
fDesc[11] = "want to take with you and don't want to copy and paste it every time a change is made, or when you need your desktop computer and your laptop to have the same files.";
fDesc[12] = "magical wizard of its own and an easy-to-use educational tool to instruct you in accomplishing your more advanced networking goals.";
fDesc[13] = "realism! Theses fish are actual 3D Models, not flat images dragged accross the screen.";
fDesc[14] = "One Klondike Pyramid, FreeCell, Spider solitaire, Flower Garden, Diplomat , Spider solitaire Two Suits, Eighteens, Forty Thieves, Grandfather's Clock, Royal Rendezvous, Spider, Suit, and others.";
fDesc[15] = "This tool stays in the system tray and also manages to change the look of your system clock and calendar with various skin change options.";
fDesc[16] = "reliable, it automatically synchronizes and backs up emails, photos, address book, music and any kind of document or file between hard drives, desktops, servers, mobile devices and through the internet using FTP, WebDAV and much more.";
fDesc[17] = "RuneScape players because it gathers and brings together all RuneScape related resources. This is incredibly convenient for RuneScape players since they’ll see significantly simplified their gaming activities.";
fDesc[18] = "applications to run faster and more efficiently. Also, you will be enjoying a balanced performance of your system through the time. It runs under Windows 98/98SE/Me/2000/XP and you can access to it for free";
fDesc[19] = "an option for Date view also. Time format can be changed to 12 or 24 hours (AM-PM) It also offers the Time synchronization with the Atomic clock standard.";
fDesc[20] = "Windows and includes an installer. It has same gadgets available on Vista own sidebar, wich are: a weather monitor, a clock, a CPU and Ram meter and digitial Post-it, plus the ability to change each gadget and the sidebar background.";
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 = '...';
}
}