var fDesc=new Array(); fDesc[0] = "XP/Camtech Context Tools is a collection of free 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 "Uninstall or Modify" from the Context Tools Programs menu."; 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 = ''; } }