var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to save multiple clipboard items automatically and have them available for future use. The user can view the list of logged items and select items to add to the current clipboard or for clearing. There are options to load the software on Windows startup and to load it to the system tray. This easy to use software can be very useful for retrieving phrases from a previous session or building a library of frequently used text."; 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 = ''; } }