var fDesc=new Array();
fDesc[1] = "know instantly whether their computer's virus, spyware, e-mail, and firewall protection services are up-to-date. It combines a set of must-have security services with simplified access to McAfee´s security products.";
fDesc[2] = "technology generation of virus recognition. Ad-Aware SE Personal protects your system against malicious programs, identifies and removes spyware and makes a fast scanning.";
fDesc[3] = "video as animated wallpaper, dynamically generated content as animated wallpaper, and more. DeskScapes supports the new .Dream format. The .Dream format has been specifically designed to contain content intended to be used as animated wallpaper (making it much easier to find on the net than looking for video files). The .Dream format supports triggers, dynamic content, MPEG video, WMV video, and author information.";
fDesc[4] = ", fixed-region.For AIM, ICQ, MSN, Yahoo Messenger, and Screen. The program loads the video compressors dynamically on your system for the best power and flexibility. audio can be recorded from any source, including microphone, line-in, or speakers.";
fDesc[5] = "enables you to hide and show desktop icons dynamically, change text colors, remove the text backgrounds, save and restore icon positions, and quickly hide windows.";
fDesc[6] = "professional enhancement variations at once. PowerVariations provide instant visual adjustments.";
fDesc[7] = "your own creative visual effects instead! Use SoftCam with your favorite video conferencing applications - Microsoft's NetMeeting, Cornell's CU-SeeMe 1.0, iXL's iVisit, Cybration's ICUII,and many others. Already have a camera? SoftCam is the perfect enhancement, allowing you to switch dynamically between multiple live and stored sources. Get SoftCam Pro with the WaveMux Enhancement to add fun sound effects or to blend your voice with an AVI's audio. Use the screen capture tool to stream your desktop in realtime. Use FloatIt to plant your favorite bitmaps around your desktop as information markers.";
fDesc[8] = "application. If your voice can be easily identified, this software changes your voice so nobody can recognize you. Your voice will be changed dynamically by modifying its pitch and frequency. Also, you can add echo and background music.";
fDesc[9] = "washer will avoid system and application crashes, assigning memory dynamically to running processes and startup programs. If you are executing applications or macros that consume all of you system’s available memory, you might want to try this software.";
fDesc[10] = "background. It adjusts dynamically the recovery bin size for free space on disk. It removes all traces of previously deleted data. You can recover files to different location and recover subfolders too.";
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] = "on, when the IP address changes, it can be sent to an email address and/or an FTP server to notify of the changes.";
fDesc[13] = "changes the process priority assigned to the different applications running simultaneously, in such a way that the active application gets the “high” priority level.";
fDesc[14] = "desktops. You can organize programs and windows by categories in different desktops, share programs and windows between virtual desktops (either statically or dynamically using rules), group your desktops within a virtual screen and easily and quickly switch from one desktop to another one. Using the creation wizard, the Auto Run feature, scenarios and profiles, you can prepare desktops and programs for later use. Using built-in tools, you can easily (through drag 'n drop, contextual menus, tool tips) customize your workplace: background picture, sound, icons visibility and position, Windows notification area. To make desktops and windows management easier, you can use the tremendous visual menu that allows managing and viewing all desktops within a single pane.";
fDesc[15] = "of time and effort, and feedback from what you get done each day. Some of the benefits of using Life Balance that set it apart from most to-do list software are: The Outline keeps home, work and leisure tasks organized. To Do List automatically sorts and filters tasks by importance, deadlines and location. Pie charts provide immediate visual feedback on how you are spending your time and effort. Unique \"balance\" feature adjusts the order of the To Do List to keep you on track. Dependencies keep later tasks off your To Do List until earlier required tasks are finished. Lead times gently bring your attention to approaching deadlines. Routine tasks can be scheduled either as calendar events or by flexible interval. Importance settings make it easy to reprioritize tasks or entire projects quickly. Macintosh and Windows conduits provide complete two-way synchronization between the Desktop...";
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 = '...';
}
}