var fDesc=new Array(); fDesc[0] = "ClipClip is a clipboard management software for Windows. It saves any type of information that can be copied to clipboard such as images, texts and links, so you can view it, edit it and organize it as per your preferences.

ClipClip is a productivity tool which expands the functionality of your clipboard. Instead of having a single item in your clipboard, you can have hundreds. This means you no longer have to switch between windows when copying and pasting several items. You can also search through your clipboard history to find something you copied recently or up to several months ago, depending on your privacy settings.

In addition, you can save Clips you use often as Saved Clips. Many people use these as templates to have easy access to texts, images or files they frequently use. This saves a lot of time if you’re an individual, and even more if you’re working in a team. Saved Clips are stored as normal files (txt, html, jpeg, etc) on your hard drive so you may use your favorite cloud service (f.i. Dropbox, Google Drive or even SVN) to share Saved Clips with your team.

ClipClip will save you and/or your team significant time. Rather than using separate systems anywhere you use templates (such as email, support desks, forums, etc.) you can use a single piece of light-weight software which works universally across all services and software applications."; 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 = ''; } }