var fDesc=new Array(); fDesc[0] = "This is the free program for creating quick notes. Besides the usual note-taking, the program can copy and store the text from other applications - web browsers, text editors, communication programs, such as MSN or ICQ.

Create notes by dragging and dropping selected information on the program window. You can also drag the program and files, to save their location. Pictures, dragged on the window is stored separately.

Pictures can be dragged directly from the web pages from web browsers. In this case, the web link of the picture and the image will be stored on your hard drive."; 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 = ''; } }