var fDesc=new Array(); fDesc[0] = "Piky Basket is a wonderful application included in PikySuite which is a handy set of tools that extends the folder and file management capabilities of Windows. Piki Basket enables you to collect files and folders from different locations into a virtual basket that can be later copied, moved, compressed or pasted at once. The application fully integrates into Windows Explorer and can be accessed from the menu that appears by right clicking on any file or folder. It can help you avoid the repetitive and tedious copy&paste tasks that you have to do when you want to copy files from different folders to a common one. It also can be used when making a backup of files and folders from different locations, when burning a CD, or simply when organizing files on your hard drive. The user interface is really nice and intuitive, and there's always available a mini-view of the program to easily see what is inside the basket without having to open the program itself. It supports Windows 95/98/NT/2000."; 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 = ''; } }