var fDesc=new Array(); fDesc[0] = "Path Copy Copy is an add-on for Windows Explorer that lets you copy paths of files and folders in various formats. It works on Windows Vista and later versions. You can copy the name, path, and parent folder path in short, long, and Internet formats of single or multiple items. This program lets you customize the path format, add separates between path, copy hidden shares on UNC paths, and perform recursive copying of paths inside sub-folders."; 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 = ''; } }