var fDesc=new Array(); fDesc[0] = "Most programs requires the support of additional files sometimes not included in order to run properly. Dependency will show you the dll's and ocx's as well as their size and location that the exe of any program is dependent upon.

Dependency work on Windows 95, 98, Me, Win2K and XP."; 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 = ''; } }