var fDesc=new Array(); fDesc[0] = "What is Appget?

Appget is a version-control-program. Appget will show you a list of your installed Applications. When an update is available for one of them, it will be shown in Appget. There you can update the specific applications in seconds.
How does it work?

When appget starts, it will create a list all your installed applications and their corresponding version numbers.
The collected data will (anonymously) be submitted and compared to the online Appget database.

After this information has been processed, you will automatically be notified of updates of your installed applications.
Future functionality:
Read this blog entry about the plans for the future."; 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 = ''; } }