var fDesc=new Array(); fDesc[0] = "Polar MultiClipboard is a small and absolutely free utility that appreciably increases the functionality of the standard Windows clipboard. The standard Windows clipboard can save only one data item and keeps it for a very little time. Polar MultiClipboard saves all data items that you place into the clipboard. You can limit the number of such data items on you demands. After installing and launching this program a special icon appears in your system tray. It can be used for opening the tray icon pop-up menu or the program’s main window. Another interesting feature of this utility is a possibility to share data from your clipboard with your network neighbors and to use their clipboards. You can distinctly define users from your network you want to share clipboards with by adding them into a special list. The feature of sharing clipboards can be useful when you want to send something interesting to your friend, a funny picture, for example. The program includes a great options section that contains a range of settings for customizing its performance according to your will. The application has very low system requirements."; 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 = ''; } }