var fDesc=new Array(); fDesc[0] = "The freewareUpdater keeps track of changes in the software releases. If a new release comes out it is automatically updated. So now you do not have to worry about when the new version of your favorite software is released. All updates can be managed from the Freewareupdater.

It comes with an intuitive, simple and user friendly interface. This way the software list is automatically updated on your system. The freeware updater is a software vault sitting right on your desktop.

Key Features:

Collect data on freely available software online
Automatic update of application list. When a new application is available the list will be refreshed and you will be able to install the new application
Install new application directly from the new tool
See directly what application is installed and which are not installed"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }