var fDesc=new Array(); fDesc[0] = "VB Utilities integrates a package of useful software tools which helps you to perform different tasks on your computer.
- Directory Information. It returns the Date and Time of the File, the Size of the File, and the Name of the File, for a given directory, to include any sub-directories.
- Auto Run. It starts different groups of programs when Windows starts up.
- Web Spawn. It enables you to highlight something and then hit a specified keystroke, which will launch a browser and "Spawn" a specified web search with the highlighted data.
- NetSend. It sens quick messages to other people on your network."; 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 = ''; } }