var fDesc=new Array();
fDesc[1] = "possible to enter My PC, My Net places, My documents, My music, My images, the Control Panel, the Recycle WasteBasket, as well as the configuration itself and the developer web site (Punk SOftware).";
fDesc[2] = ", from Logitech. This release supports Windows XP and Windows Vista. If you plan to upgrade to Windows Vista at a later date, it is recommended to uninstall SetPoint prior to installing Vista, then reinstall SetPoint again after upgrading to Vista.";
fDesc[3] = "connect to different wired and wireless networks at various locations in order to either connect to the company systems or the Internet. Without this tool, they potentially need to reconfigure and restart their computer every time they move around.";
fDesc[4] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars";
fDesc[5] = "application works just fine and the conversion experience that provides is absolutely realistic, even for former Mac users. Besides the visual effects implied, the sound schemes that also are included complements the conversion.";
fDesc[7] = "additional advantage that the command window, which will be opened, will automatically set the path to the folder from which you execute cmd.exe.";
fDesc[8] = "able, among other things, to extract any kind of file from your computer to your iPod and vice-versa. iPod Access for Windows 4.2 is very easy to use and has got a friendly and simple interface.";
fDesc[9] = "removable media like streamer tapes etc. Some of its key features include: provision to support multiple drives, use of mouse and hotkeys to open and close by clicking on the icon, automatic eject while shutting down, simple installation.";
fDesc[10] = "configure some Windows secret settings for the Start Menu, Desktop, Windows Explorer, Internet Explorer, etc. In the full version you will be able to access hundreds of selected Windows Tips & Tricks.";
fDesc[12] = "Explorer Breadcrumbs is an add-in for Windows Explorer that, using a contextual series of buttons, allows you to quickly see and navigate through the entire folder hierarchy without leaving the current window.";
fDesc[13] = "controls. WinBar will run on Windows 95, 98, Me, NT, XP, 2000 and 2003 operating systems. When you install WinBar 1.2.95, it will remain as a toolbar on the top of your screen.";
fDesc[14] = "exposed in a Microsoft Windows DLL. It is designed to work with Java 2 SDK v1.3. It is always recommended to install the Java Access Bridge 1.0 by using Access Bridge installer. A number of changes and improvements of the installer have been invoked in this version of Java Access Bridge.";
fDesc[15] = "iPod and back onto your computer. This incredible program enables you to select individual photos and albums to be moved back onto your computer or an external hard drive in seconds.";
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 = '...';
}
}