var fDesc=new Array(); fDesc[0] = "Stardock Central as a download manager, it can securely and reliably deliver software content to users.
Stardock Central is designed to allow Stardock to enhance its customer service abilities by combining software distribution, technical support, and community services into a single package.

In addition, Stardock Central dramatically cuts down on piracy issues because each user must have a valid serial number which must match with Stardock's own secure internal database.


Requirements:

- Windows 98/ME/2000/XP/2003
- 30MB free drive space
- 256MB RAM"; 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 = ''; } }