var fDesc=new Array(); fDesc[0] = "Camtech Context Tools is a collection of useful tools added to Windows Explorer context menu used by Camtech on a daily basis. This adds 2 new items to the 2 existing ones. Choosing "Custom" during the install let's you specify which ones you want to add or "Typical" adds them all. Items can also be added or removed at any time by choosing choosing "Uninstall or Modify" from the Camtech/Camtech Context Tools Programs menu.

Items Camtech Context Tools Adds:

Copy This Path
Copies Windows file or folder path to the clipboard
(C:\Program Files\Camtech\Spyware Inoculator\SpywareInoculator.exe)

Copy Dos Path
Copies Dos file or folder path to the clipboard
(C:\Progra~1\Camtech\Spywar~1\Spywar~1.exe)

New Folder Here
Creates a New Folder anywhere with one click

Select All Items
Select all Files and/or Folders in a Directory"; 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 = ''; } }